From e44595bda98f4320bf500f44fec22fc793d0d0b9 Mon Sep 17 00:00:00 2001 From: sminnee Date: Fri, 15 Oct 2010 01:16:37 +0000 Subject: [PATCH] BUGFIX: Don't set any dev servers by default, host-based dev-server selection is unreliable. (from r108031) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112401 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install.php b/install.php index c638b72..a4e16a5 100644 --- a/install.php +++ b/install.php @@ -1003,15 +1003,6 @@ global \$databaseConfig; "path" => '{$dbConfig['path']}', ); -// Sites running on the following servers will be -// run in development mode. See -// http://doc.silverstripe.org/doku.php?id=configuration -// for a description of what dev mode does. -Director::set_dev_servers(array( - 'localhost', - '127.0.0.1' -)); - MySQLDatabase::set_connection_charset('utf8'); // This line set's the current theme. More themes can be