Comment tweak.

This commit is contained in:
Greg Sarjeant 2025-06-12 22:01:10 -04:00
parent ce48c98215
commit 4d177e4919

View File

@ -23,7 +23,8 @@ try {
exit; exit;
} }
// Everything's loaded. Now we can start ticking. // Everything's loaded and setup is confirmed.
// Let's start ticking.
global $db; global $db;
$db = get_db(); $db = get_db();
$config = ConfigModel::load(); $config = ConfigModel::load();