Browse Source

The access hook is disabled by default

Serj Kalichev 9 years ago
parent
commit
8f16df62ec
1 changed files with 1 additions and 1 deletions
  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"
 };