Sfoglia il codice sorgente

Testowe wylaczenie BiAuditGenerate w cronie

Mariusz Muszyński 8 anni fa
parent
commit
575e42c2aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SE/bash_sync_perms.php

+ 1 - 1
SE/bash_sync_perms.php

@@ -545,7 +545,7 @@ class SyncPerms {
 		echo "DBG: UrlAction_WmsGenerate->doGenerate() END\n";
 
 		echo "DBG: UrlAction_BiAuditGenerate->doGenerate() START...\n";
-		Router::getRoute('UrlAction_BiAuditGenerate')->doGenerate();
+		//Router::getRoute('UrlAction_BiAuditGenerate')->doGenerate();
 		echo "DBG: UrlAction_BiAuditGenerate->doGenerate() END\n";
 	}