Update config.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent b3ccd45fb2
commit 732c65f687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save