add option to disable setup check
[phancap.git] / src / phancap / Config.php
index 69b3f0acf20e4ecb74c3823c03092b90d6fff548..bb39da1a326e53637e8627a75e70de94188e0bcd 100644 (file)
@@ -42,6 +42,12 @@ class Config
      */
     public $access = true;
 
+    /**
+     * Disable the setup check tool
+     * @var boolean
+     */
+    public $disableSetup = false;
+
     /**
      * Redirect the browser to the cache URL.
      * If disabled, the file is directly delivered.