another commit you should ignore

This commit is contained in:
flash 2015-09-12 22:13:16 +02:00
parent aaab8433e5
commit 967eb8e5a9
2 changed files with 6 additions and 1 deletions

View file

@ -2715,6 +2715,11 @@
"type": "ADD",
"change": "Added Windows no cron task method.",
"user": "Flashwave"
},
{
"type": "ADD",
"change": "Added Linux no cron task method.",
"user": "Flashwave"
}
]

View file

@ -78,7 +78,7 @@ if(Configuration::getConfig('no_cron_service')) {
} else {
shell_exec(PHP_BINDIR .'/php '. ROOT .'_sakura/cron.php > /dev/null 2>/dev/null &');
pclose(popen(PHP_BINDIR .'/php '. ROOT .'_sakura/cron.php > /dev/null 2>/dev/null &', 'r'));
}