added new/changed files

This commit is contained in:
Sergey Svinolobov
2024-06-26 00:47:18 -04:00
parent ad41b84496
commit 3814366b39
13 changed files with 335 additions and 89 deletions

View File

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