diff --git a/system/config.php b/system/config.php index 76989ca..3fb8514 100644 --- a/system/config.php +++ b/system/config.php @@ -25,8 +25,7 @@ $baseurl = getenv('APP_BASE_URL') ?? $_SERVER['HTTP_HOST']; $maxsize = getenv('APP_MAX_SIZE') ?? (int)(ini_get('upload_max_filesize')); $minsize = getenv('APP_MIN_SIZE') ?? '0'; -if($waitfor = !null){ $waitfor = getenv('APP_DOWNLOAD_TIME'); } -if($waitfor = null){ $waitfor = "30"; } +$waitfor = getenv('APP_DOWNLOAD_TIME'); define('email', $email); define('password', $password);