X-Git-Url: https://git.treefish.org/banana.git/blobdiff_plain/17d5ad30f747658451fae84fe65cb1f5b66d377c..719a15658a3577b6682bd8d2f96b66b6d6539bbc:/admin/summary.php?ds=sidebyside 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"));