1
0
Selaa lähdekoodia

The access hook is disabled by default

Serj Kalichev 9 vuotta sitten
vanhempi
commit
8f16df62ec
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      clish/shell/shell_startup.c

+ 1 - 1
clish/shell/shell_startup.c

@@ -10,7 +10,7 @@
 const char* clish_plugin_default_hook[] = {
 	NULL,
 	"clish_script@clish",
-	"clish_hook_access@clish",
+	NULL,
 	"clish_hook_config@clish",
 	"clish_hook_log@clish"
 };