changed time stamp and location
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
// config.php
|
||||
define('UPLOAD_DIR', '/var/www/html/upload/');
|
||||
define('BASE_URL', 'https://yourwebsite.com/upload/');
|
||||
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:i');
|
||||
define('DATE_TIME_FORMAT', 'm/d/y h:iA');
|
||||
define('TOTAL_UPLOAD_SIZE', '20G');
|
||||
date_default_timezone_set(TIMEZONE);
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user