mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 13:58:25 +01:00
Aggiunta ritardo avvio hooks
This commit is contained in:
parent
89293ce744
commit
0e7fd75e25
@ -76,7 +76,7 @@ if (Auth::check()) {
|
|||||||
clock();
|
clock();
|
||||||
|
|
||||||
// Hooks
|
// Hooks
|
||||||
startHooks();
|
setTimeout("startHooks();", 1000);
|
||||||
|
|
||||||
// Abilitazione del cron autonoma
|
// Abilitazione del cron autonoma
|
||||||
$.get(globals.rootdir + "/cron.php");
|
$.get(globals.rootdir + "/cron.php");
|
||||||
|
Loading…
Reference in New Issue
Block a user