diff options
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 |