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/database_config.php | |
parent | 5e94456ce99aef158d8c35b738bb7fb7d29c6e5b (diff) |
Fix up various little things to get File_Structure_Test to pass.
Diffstat (limited to 'installer/database_config.php')
-rw-r--r-- | installer/database_config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/database_config.php b/installer/database_config.php index 78492eba..3cc452ed 100644 --- a/installer/database_config.php +++ b/installer/database_config.php @@ -1,5 +1,5 @@ -<?php defined('SYSPATH') OR die('No direct access allowed.'); ?> -<?= "<?php" ?> defined('SYSPATH') OR die('No direct access allowed.'); +<?php defined("SYSPATH") or die("No direct script access.") ?> +<?= "<?php" ?> defined("SYSPATH") or die("No direct script access."); /** * @package Database |