From 29477e67ede12347b153e2255325327374e1b073 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 9 Dec 2025 01:43:12 +0500 Subject: feat: new configuration --- index.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index b443df7..1a6d19d 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,11 @@ - <?php echo INSTANCE_NAME ?> + <?php echo CONFIG['instance']['name'] ?> @@ -17,20 +23,20 @@ authorize_user();
-

<?php echo INSTANCE_NAME; ?>

+

<?php echo CONFIG['instance']['name']; ?>

Emotes - + Emotesets - + Users - Upload'; } ?> Account @@ -44,7 +50,7 @@ authorize_user();
query("SELECT COUNT(*) FROM emotes WHERE visibility = 1"); $count = $results->fetch()[0]; -- cgit v1.2.3