diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-22 14:16:52 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-22 14:18:19 +0500 |
| commit | f3bc9fd394e9efc8cc9c6408c6e94d539f05c452 (patch) | |
| tree | c1e6ca85ef14007944b2d06c968139963157a2a2 /src | |
| parent | aad9ffc2c02ccce9098558503e130e4cc9fc35b3 (diff) | |
feat: ratings
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.php | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
