summaryrefslogtreecommitdiff
path: root/installer/database_config.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/database_config.php')
-rw-r--r--installer/database_config.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/installer/database_config.php b/installer/database_config.php
index 3cc452ed..eac55b96 100644
--- a/installer/database_config.php
+++ b/installer/database_config.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<?= "<?php" ?> defined("SYSPATH") or die("No direct script access.");
+<?php print "<?php" ?> defined("SYSPATH") or die("No direct script access.");
/**
* @package Database
@@ -29,16 +29,16 @@ $config["default"] = array(
"benchmark" => false,
"persistent" => false,
"connection" => array(
- "type" => "<?= $type ?>",
- "user" => "<?= $user ?>",
- "pass" => "<?= $password ?>",
- "host" => "<?= $host ?>",
+ "type" => "<?php print $type ?>",
+ "user" => "<?php print $user ?>",
+ "pass" => "<?php print $password ?>",
+ "host" => "<?php print $host ?>",
"port" => false,
"socket" => false,
- "database" => "<?= $dbname ?>"
+ "database" => "<?php print $dbname ?>"
),
"character_set" => "utf8",
- "table_prefix" => "<?= $prefix ?>",
+ "table_prefix" => "<?php print $prefix ?>",
"object" => true,
"cache" => false,
"escape" => true