diff --git a/mysite/_config.php b/mysite/_config.php index c2cbecb..9a6665b 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -4,9 +4,9 @@ global $project; $project = 'mysite'; global $database; -$database = "SS_phpinstaller_trunk"; +$database = ''; -require_once("conf/ConfigureFromEnv.php"); +require_once('conf/ConfigureFromEnv.php'); MySQLDatabase::set_connection_charset('utf8'); @@ -17,5 +17,3 @@ SSViewer::set_theme('blackcandy'); // enable nested URLs for this site (e.g. page/sub-page/) SiteTree::enable_nested_urls(); -Security::setDefaultAdmin('admin', 'password'); -?> \ No newline at end of file