BUGFIX: Don't set any dev servers by default, host-based dev-server selection is unreliable.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@108031 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-07-15 22:53:49 +00:00 committed by Sam Minnee
parent edfdf48bee
commit c19aa49412

View File

@ -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