From 4d177e4919d559cb175a30e4c1f70a5825739877 Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:01:10 -0400 Subject: [PATCH] Comment tweak. --- public/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 049bfe8..090b5e3 100644 --- a/public/index.php +++ b/public/index.php @@ -23,7 +23,8 @@ try { exit; } -// Everything's loaded. Now we can start ticking. +// Everything's loaded and setup is confirmed. +// Let's start ticking. global $db; $db = get_db(); $config = ConfigModel::load();