Editing: Encoding : "MySQLDatabase", "server" => "localhost", "username" => "troxlers_maryluk", "password" => "safe734", "database" => "troxlers_silverstripe", ); // This line set's the current theme. More themes can be // downloaded from http://www.silverstripe.com/themes/ SSViewer::set_theme('nature'); // Sites running on the following servers will be // run in development mode. See // http://doc.silverstripe.com/doku.php?id=devmode // for a description of what dev mode does. Director::set_dev_servers(array( 'localhost', '127.0.0.1', )); Security::setDefaultAdmin('maryluke', 'safe734'); // Set the email of the admin who looks after receiving the order emails. Order::set_email('littledoveslaunchpad@gmail.com'); ?>