Aggiunta ritardo avvio hooks

This commit is contained in:
loviuz 2022-07-13 22:42:42 +02:00
parent 89293ce744
commit 0e7fd75e25
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ if (Auth::check()) {
clock();
// Hooks
startHooks();
setTimeout("startHooks();", 1000);
// Abilitazione del cron autonoma
$.get(globals.rootdir + "/cron.php");