From a8272c3db0153aedc5e1641c4b3fc05666c632e4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 01:44:47 +0500 Subject: feat: favicon --- public/report/index.php | 1 + public/report/list.php | 1 + 2 files changed, 2 insertions(+) (limited to 'public/report') diff --git a/public/report/index.php b/public/report/index.php index aef571e..e5014c4 100644 --- a/public/report/index.php +++ b/public/report/index.php @@ -61,6 +61,7 @@ if ($contents == "") { <?php echo ($report == null ? "Send a message to MODS" : "A message to MODS") . ' - ' . INSTANCE_NAME ?> + diff --git a/public/report/list.php b/public/report/list.php index 34ddceb..f02731a 100644 --- a/public/report/list.php +++ b/public/report/list.php @@ -32,6 +32,7 @@ $reports = $stmt->fetchAll(PDO::FETCH_ASSOC); Report list - <?php echo INSTANCE_NAME ?> + -- cgit v1.2.3