diff options
Diffstat (limited to 'src/config.php')
| -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 |
