From 7c689f4b7562f05fed7817da353e79bf7c6dc0fb Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 23 Feb 2025 21:00:12 -0500 Subject: [PATCH] 5gb --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index fbf0ceb..72078be 100644 --- a/config.php +++ b/config.php @@ -4,6 +4,6 @@ define('UPLOAD_DIR', '/var/www/uploads/'); define('BASE_URL', 'http://yourwebsite/uploads/'); define('TIMEZONE', 'America/New_York'); define('DATE_TIME_FORMAT', 'm/d/y h:iA'); -define('TOTAL_UPLOAD_SIZE', '20G'); +define('TOTAL_UPLOAD_SIZE', '5G'); date_default_timezone_set(TIMEZONE); ?>