summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.php')
-rw-r--r--src/config.php6
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