From a44efae424f6cdca4e0d11d59631bb6f8558d069 Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Sun, 19 Aug 2007 05:28:14 -0400 Subject: [PATCH] Removed debug alert() --- install/options.conf.php | 40 +++++++++++++++++++--------------------- 1 files changed, 19 insertions(+), 21 deletions(-) diff --git a/install/options.conf.php b/install/options.conf.php index 269c9e6..e76aa3b 100644 --- a/install/options.conf.php +++ b/install/options.conf.php @@ -1,26 +1,24 @@ <?php -/* - Installation Options -*/ +//** TODO: These options need to be in an install script somehow -$conf["language"] = "en"; -$conf["distname"] = "debian40"; -$conf["hostname"] = "server1.example.com"; // Full hostname -$conf["ispconfig_install_dir"] = "/usr/local/ispconfig"; -$conf["ispconfig_config_dir"] = "/usr/local/ispconfig"; -$conf["server_id"] = 1; +//** Installation Options -/* - MySQL Database settings -*/ -$conf["mysql"]["host"] = "localhost"; -$conf["mysql"]["ip"] = "127.0.0.1"; -$conf["mysql"]["port"] = "3306"; -$conf["mysql"]["database"] = "dbispconfig"; -$conf["mysql"]["admin_user"] = "root"; -$conf["mysql"]["admin_password"] = ""; -$conf["mysql"]["ispconfig_user"] = "ispconfig"; -$conf["mysql"]["ispconfig_password"] = "5sDrewBhk"; +$conf['language'] = 'en'; +$conf['distname'] = 'debian40'; +$conf['hostname'] = 'server1.example.com'; // Full hostname +$conf['ispconfig_install_dir'] = '/usr/local/ispconfig'; +$conf['ispconfig_config_dir'] = '/usr/local/ispconfig'; +$conf['server_id'] = 1; -?> +//**MySQL Database settings +$conf['mysql']['host'] = 'localhost'; +$conf['mysql']['ip'] = '127.0.0.1'; +$conf['mysql']['port'] = '3306'; +$conf['mysql']['database'] = 'dbispconfig'; +$conf['mysql']['admin_user'] = 'root'; +$conf['mysql']['admin_password'] = ''; +$conf['mysql']['ispconfig_user'] = 'ispconfig'; +$conf['mysql']['ispconfig_password'] = '5sDrewBhk'; + +?> \ No newline at end of file -- Gitblit v1.9.1