From 681197a265f1dd3873780fdcf0b5f1e8fa0150ab Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 00:54:02 +0000 Subject: Web based installer. It's still got some rough edges, but you can now do a complete CLI or web based install. --- installer/database_config.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'installer/database_config.php') 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 @@ - defined("SYSPATH") or die("No direct script access."); + defined("SYSPATH") or die("No direct script access."); /** * @package Database @@ -29,16 +29,16 @@ $config["default"] = array( "benchmark" => false, "persistent" => false, "connection" => array( - "type" => "", - "user" => "", - "pass" => "", - "host" => "", + "type" => "", + "user" => "", + "pass" => "", + "host" => "", "port" => false, "socket" => false, - "database" => "" + "database" => "" ), "character_set" => "utf8", - "table_prefix" => "", + "table_prefix" => "", "object" => true, "cache" => false, "escape" => true -- cgit v1.2.3