another commit you should ignore
This commit is contained in:
parent
aaab8433e5
commit
967eb8e5a9
2 changed files with 6 additions and 1 deletions
|
@ -2715,6 +2715,11 @@
|
||||||
"type": "ADD",
|
"type": "ADD",
|
||||||
"change": "Added Windows no cron task method.",
|
"change": "Added Windows no cron task method.",
|
||||||
"user": "Flashwave"
|
"user": "Flashwave"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ADD",
|
||||||
|
"change": "Added Linux no cron task method.",
|
||||||
|
"user": "Flashwave"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -78,7 +78,7 @@ if(Configuration::getConfig('no_cron_service')) {
|
||||||
|
|
||||||
} else {
|
} 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'));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue