changed time stamp and location

This commit is contained in:
Ryan
2025-02-21 20:41:57 -05:00
committed by GitHub
parent 1e9c976c76
commit 89ce86f2c2

View File

@@ -1,9 +1,9 @@
<?php <?php
// config.php // config.php
define('UPLOAD_DIR', '/var/www/html/upload/'); define('UPLOAD_DIR', '/var/www/uploads/');
define('BASE_URL', 'https://yourwebsite.com/upload/'); define('BASE_URL', 'http://yourwebsite/uploads/');
define('TIMEZONE', 'America/New_York'); define('TIMEZONE', 'America/New_York');
define('DATE_TIME_FORMAT', 'm/d/y H:i'); define('DATE_TIME_FORMAT', 'm/d/y h:iA');
define('TOTAL_UPLOAD_SIZE', '20G'); define('TOTAL_UPLOAD_SIZE', '20G');
date_default_timezone_set(TIMEZONE); date_default_timezone_set(TIMEZONE);
?> ?>