X-Git-Url: https://git.treefish.org/banana.git/blobdiff_plain/17d5ad30f747658451fae84fe65cb1f5b66d377c..f0f8ed081a8af374676dea9f97b60e336f8b4ae7:/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"));