Restrict shell commands by default
[lhc/web/wiklou.git] / includes / shell / Shell.php
index 72107e9..742e142 100644 (file)
@@ -101,6 +101,13 @@ class Shell {
         */
        const NO_LOCALSETTINGS = 32;
 
+       /**
+        * Don't apply any restrictions
+        *
+        * @since 1.31
+        */
+       const RESTRICT_NONE = 0;
+
        /**
         * Returns a new instance of Command class
         *