diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-27 21:12:02 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-27 21:12:02 +0500 |
| commit | 9f1906c4cbb9878c5888723b7923fa8e4bebb51f (patch) | |
| tree | 25f838ee0bb91f2a14d061906dde96967dd72a95 /src/config.php | |
| parent | 00ab9aeaf0eac4c82e6480faee70add916db514f (diff) | |
feat: roles
Diffstat (limited to 'src/config.php')
| -rw-r--r-- | src/config.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.php b/src/config.php index 2752566..3f4c52d 100644 --- a/src/config.php +++ b/src/config.php @@ -8,4 +8,8 @@ define("DB_URL", "mysql:host=localhost;dbname=tinyemotes;port=3306"); define("RATING_NAMES", [ "-1" => "COAL", "1" => "GEM", -]);
\ No newline at end of file +]); + +// UPLOADS +define("ANONYMOUS_UPLOAD", false); +define("ANONYMOUS_DEFAULT_NAME", "chud");
\ No newline at end of file |
