summaryrefslogtreecommitdiff
path: root/src/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.php')
-rw-r--r--src/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.php b/src/config.php
index 9191bb9..7c740d1 100644
--- a/src/config.php
+++ b/src/config.php
@@ -17,4 +17,5 @@ define("ANONYMOUS_DEFAULT_NAME", "chud");
// ACCOUNTS
define("ACCOUNT_USERNAME_REGEX", "/^[A-Za-z0-9_]+$/");
define("ACCOUNT_USERNAME_MAX_LENGTH", 20);
-define("ACCOUNT_PFP_MAX_SIZE", [128, 128]); \ No newline at end of file
+define("ACCOUNT_PFP_MAX_SIZE", [128, 128]);
+define("ACCOUNT_BANNER_MAX_SIZE", [1920, 1080]); \ No newline at end of file