diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 07:26:25 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 07:26:25 +0000 |
commit | fc8cf562f5d7d4f0514512703f017f2979a6dea6 (patch) | |
tree | f447eedc4245b5e00252e0bef0eec2e53dcd22c9 /installer/index.php | |
parent | 5e94456ce99aef158d8c35b738bb7fb7d29c6e5b (diff) |
Fix up various little things to get File_Structure_Test to pass.
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(); |