Loading action/action_container.php +2 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,8 @@ if($action == "create") { if($cnt->author == $author) { $db->delete($container); } else if($db->getGradeWithLogin($_SESSION['username'])->name == $db->getMaxGrades()->name) { $db->delete($container); } header("Location: ../container.php"); Loading Loading
action/action_container.php +2 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,8 @@ if($action == "create") { if($cnt->author == $author) { $db->delete($container); } else if($db->getGradeWithLogin($_SESSION['username'])->name == $db->getMaxGrades()->name) { $db->delete($container); } header("Location: ../container.php"); Loading