sanity background

This commit is contained in:
Arionum
2018-02-18 21:26:35 +02:00
parent 0170559fd5
commit e1971dd741

View File

@@ -76,7 +76,7 @@ if(empty($_config['hostname'])||$_config['hostname']=="http://"||$_config['hostn
$t=time();
if($t-$_config['sanity_last']>$_config['sanity_interval']&& php_sapi_name() !== 'cli') system("php sanity.php &>>/dev/null &");
if($t-$_config['sanity_last']>$_config['sanity_interval']&& php_sapi_name() !== 'cli') system("php sanity.php > /dev/null 2>&1 &");
?>