mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
Removed MySQLDatabase::set_connection_charset() from default config
Its now part of the core default YAML settings
This commit is contained in:
parent
41761472b2
commit
f8762ef204
@ -8,11 +8,12 @@ $database = '';
|
||||
|
||||
require_once('conf/ConfigureFromEnv.php');
|
||||
|
||||
MySQLDatabase::set_connection_charset('utf8');
|
||||
|
||||
// Set the current theme. More themes can be downloaded from
|
||||
// http://www.silverstripe.org/themes/
|
||||
SSViewer::set_theme('simple');
|
||||
|
||||
// Set the site locale
|
||||
i18n::set_locale('en_US');
|
||||
|
||||
// Enable nested URLs for this site (e.g. page/sub-page/)
|
||||
if(class_exists('SiteTree')) SiteTree::enable_nested_urls();
|
||||
if (class_exists('SiteTree')) SiteTree::enable_nested_urls();
|
Loading…
x
Reference in New Issue
Block a user