Explorar el Código

The access hook is disabled by default

Serj Kalichev hace 9 años
padre
commit
8f16df62ec
Se han modificado 1 ficheros con 1 adiciones y 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"
 };