From f3bc9fd394e9efc8cc9c6408c6e94d539f05c452 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 22 Apr 2025 14:16:52 +0500 Subject: feat: ratings --- src/config.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.php b/src/config.php index 188b7bb..2752566 100644 --- a/src/config.php +++ b/src/config.php @@ -2,4 +2,10 @@ // DATABASE define("DB_USER", "kochan"); define("DB_PASS", "kochan"); -define("DB_URL", "mysql:host=localhost;dbname=tinyemotes;port=3306"); \ No newline at end of file +define("DB_URL", "mysql:host=localhost;dbname=tinyemotes;port=3306"); + +// RATINGS +define("RATING_NAMES", [ + "-1" => "COAL", + "1" => "GEM", +]); \ No newline at end of file -- cgit v1.2.3