Fix ordering of things in last commit that was broken

I am a noob and should not merge my own pull requests.
:(
This commit is contained in:
Stephen Shkardoon 2014-09-19 17:03:04 +12:00
parent 2c15750c1b
commit dfd8045587
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ $project = 'app';
global $database;
$database = 'SS_ssdoc';
require_once('conf/ConfigureFromEnv.php');
if (defined('SS_DATABASE_NAME')) {
$database = SS_DATABASE_NAME;
}
require_once('conf/ConfigureFromEnv.php');
MySQLDatabase::set_connection_charset('utf8');
SSViewer::set_theme('docs');