diff options
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/installer/index.php b/installer/index.php index 0d77188d..e76a1f98 100644 --- a/installer/index.php +++ b/installer/index.php @@ -28,10 +28,7 @@ */ define("DOCROOT", dirname(dirname(__FILE__)) . "/"); define("VARPATH", DOCROOT . "var/"); - -// Define this to get the preamable to pass -// @todo: change all preambles to key off of VARPATH instead -define("SYSPATH", "anything"); +define("SYSPATH", "DEFINED_TO_SOMETHING_SO_THAT_WE_CAN_KEEP_CONSISTENT_PREAMBLES_IN_THE_INSTALLER"); require(DOCROOT . "installer/installer.php"); installer::command_line(); |