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); ?>