Explorar o código

The access hook is disabled by default

Serj Kalichev %!s(int64=9) %!d(string=hai) anos
pai
achega
8f16df62ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 };