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