From 0d98c71b906c6713da3e349774f6ff0ad5e82144 Mon Sep 17 00:00:00 2001 From: anaxamaxan Date: Tue, 24 Feb 2015 12:57:42 -0800 Subject: [PATCH] Added clarification about local_vars.php. --- Shell-plugin.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Shell-plugin.md b/Shell-plugin.md index 7463dcc..fad8d0c 100644 --- a/Shell-plugin.md +++ b/Shell-plugin.md @@ -1,6 +1,17 @@ Runs a given Shell command. -**Note: ** _You must have defined, and set to true, the `ENABLE_SHELL_PLUGIN` flag in vars.php for this plugin to run. +**Note: ** Because this plugin could potentially be abused, it requires extra steps to enable it: + +1. In the root of your PHPCI system, in the same directory where you'll find composer.json and vars.php, look for a file local_vars.php. If it does not exist, create it. +2. In local_vars.php add this code: + +```php +