From 9f1906c4cbb9878c5888723b7923fa8e4bebb51f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 27 Apr 2025 21:12:02 +0500 Subject: feat: roles --- src/config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/config.php') 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 -- cgit v1.2.3