From a8272c3db0153aedc5e1641c4b3fc05666c632e4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 01:44:47 +0500 Subject: feat: favicon --- public/404.php | 1 + public/account/index.php | 1 + public/account/login/index.php | 1 + public/captcha.php | 1 + public/emotes/index.php | 1 + public/emotes/upload.php | 1 + public/emotesets.php | 1 + public/inbox.php | 1 + public/index.php | 1 + public/report/index.php | 1 + public/report/list.php | 1 + public/static/favicon.ico | Bin 0 -> 1150 bytes public/system/emotes/index.php | 1 + public/system/index.php | 1 + public/users.php | 2 ++ 15 files changed, 15 insertions(+) create mode 100644 public/static/favicon.ico (limited to 'public') diff --git a/public/404.php b/public/404.php index 8a4106d..8d36c12 100644 --- a/public/404.php +++ b/public/404.php @@ -7,6 +7,7 @@ http_response_code(404); Not found - <?php echo INSTANCE_NAME ?> + diff --git a/public/account/index.php b/public/account/index.php index 6b1385f..ff0b745 100644 --- a/public/account/index.php +++ b/public/account/index.php @@ -72,6 +72,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { Account management - <?php echo INSTANCE_NAME ?> + diff --git a/public/account/login/index.php b/public/account/login/index.php index 954ccc9..4eb37ae 100644 --- a/public/account/login/index.php +++ b/public/account/login/index.php @@ -18,6 +18,7 @@ if (!ACCOUNT_REGISTRATION_ENABLE) { Login - <?php echo INSTANCE_NAME ?> + diff --git a/public/captcha.php b/public/captcha.php index c872672..58283bf 100644 --- a/public/captcha.php +++ b/public/captcha.php @@ -45,6 +45,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST["h-captcha-response"])) Resolving a hCaptcha - <?php echo INSTANCE_NAME ?> + diff --git a/public/emotes/index.php b/public/emotes/index.php index 3c165be..2013f9b 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -157,6 +157,7 @@ if (CLIENT_REQUIRES_JSON) { echo (empty($emotes) ? "Emote " . $emote->get_code() : "Emotes") . ' - ' . INSTANCE_NAME ?> + diff --git a/public/emotes/upload.php b/public/emotes/upload.php index fc8de71..137e29b 100644 --- a/public/emotes/upload.php +++ b/public/emotes/upload.php @@ -50,6 +50,7 @@ if ($_SERVER['REQUEST_METHOD'] != "POST") { Upload an emote - <?php echo INSTANCE_NAME ?> + diff --git a/public/emotesets.php b/public/emotesets.php index cacdae4..4e01cba 100644 --- a/public/emotesets.php +++ b/public/emotesets.php @@ -191,6 +191,7 @@ if (CLIENT_REQUIRES_JSON) { ?> + diff --git a/public/inbox.php b/public/inbox.php index 7d632b6..f7742d1 100644 --- a/public/inbox.php +++ b/public/inbox.php @@ -25,6 +25,7 @@ $stmt->execute([$_SESSION["user_id"]]); Inbox - <?php echo INSTANCE_NAME ?> + diff --git a/public/index.php b/public/index.php index 11f48ee..d9321fd 100644 --- a/public/index.php +++ b/public/index.php @@ -11,6 +11,7 @@ authorize_user(); <?php echo INSTANCE_NAME ?> + 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 ?> + diff --git a/public/static/favicon.ico b/public/static/favicon.ico new file mode 100644 index 0000000..ff8f9ad Binary files /dev/null and b/public/static/favicon.ico differ diff --git a/public/system/emotes/index.php b/public/system/emotes/index.php index 1c16152..713957e 100644 --- a/public/system/emotes/index.php +++ b/public/system/emotes/index.php @@ -45,6 +45,7 @@ if ($emote_id > 0) { System panel - <?php echo INSTANCE_NAME ?> + diff --git a/public/system/index.php b/public/system/index.php index 601339b..8786b0e 100644 --- a/public/system/index.php +++ b/public/system/index.php @@ -23,6 +23,7 @@ $db = new PDO(DB_URL, DB_USER, DB_PASS); System panel - <?php echo INSTANCE_NAME ?> + diff --git a/public/users.php b/public/users.php index fbedb4d..95a7958 100644 --- a/public/users.php +++ b/public/users.php @@ -54,6 +54,7 @@ if ($id == "" && $alias_id == "") { User list - <?php echo INSTANCE_NAME ?> + @@ -309,6 +310,7 @@ if ($is_json) { <?php echo sprintf("%s - %s", $user->username(), INSTANCE_NAME) ?> + -- cgit v1.2.3