From 57472eab3c7b035392c6a5aa240593ecaa7d1ccf Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 8 Dec 2025 21:53:36 +0500 Subject: upd: moved all /public/ files to the root folder --- index.php | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..e0746c7 --- /dev/null +++ b/index.php @@ -0,0 +1,90 @@ + + + + + <?php echo INSTANCE_NAME ?> + + + + + +
+
+

<?php echo INSTANCE_NAME; ?>

+ +
+ Emotes + + + Emotesets + + + + Users + + + Upload'; + } ?> + Account + Chat clients & Tools +
+ +
+ + +
+ +
+ query("SELECT COUNT(*) FROM emotes WHERE visibility = 1"); + $count = $results->fetch()[0]; + + foreach (str_split($count) as $c) { + echo "\"\""; + } + ?> +
+ +

+ '; + echo sprintf("%s v%s", TINYEMOTES_NAME, TINYEMOTES_VERSION); + echo ' '; + + if (TINYEMOTES_COMMIT != null) { + echo '(Commit '; + echo substr(TINYEMOTES_COMMIT, 0, 7); + echo ')'; + } + ?> +

+
+
+ + + \ No newline at end of file -- cgit v1.2.3