From 64f0533dc1779e7cca5f2678f7ae560df8d922bb Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 01:39:13 +0500 Subject: feat: config sample and more config options --- public/system/emotes/index.php | 2 +- public/system/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public/system') diff --git a/public/system/emotes/index.php b/public/system/emotes/index.php index f49ff97..1c16152 100644 --- a/public/system/emotes/index.php +++ b/public/system/emotes/index.php @@ -43,7 +43,7 @@ if ($emote_id > 0) { - System panel - alright.party + System panel - <?php echo INSTANCE_NAME ?> diff --git a/public/system/index.php b/public/system/index.php index aa959c0..601339b 100644 --- a/public/system/index.php +++ b/public/system/index.php @@ -21,7 +21,7 @@ $db = new PDO(DB_URL, DB_USER, DB_PASS); - System panel - alright.party + System panel - <?php echo INSTANCE_NAME ?> -- cgit v1.2.3