X-Git-Url: https://git.treefish.org/banana.git/blobdiff_plain/17d5ad30f747658451fae84fe65cb1f5b66d377c..da4d58fd2fe170781a7810fb5265b4744ce636ed:/admin/summary.php diff --git a/admin/summary.php b/admin/summary.php index 33658ef..cac27fc 100644 --- a/admin/summary.php +++ b/admin/summary.php @@ -6,7 +6,7 @@ if ($db->query("SELECT COUNT(*) FROM students")->fetch(PDO::FETCH_NUM)[0] == 0) { block("red", "no students registered"); - break; + exit; } block("black", "summary of everything for " . date("d.m.Y H:i"));