mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
edfdf48bee
commit
c19aa49412
@ -1003,15 +1003,6 @@ global \$databaseConfig;
|
|||||||
"path" => '{$dbConfig['path']}',
|
"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');
|
MySQLDatabase::set_connection_charset('utf8');
|
||||||
|
|
||||||
// This line set's the current theme. More themes can be
|
// This line set's the current theme. More themes can be
|
||||||
|
Loading…
Reference in New Issue
Block a user