There was an error while loading. Please reload this page.
1 parent 5de0e9c commit 9b8de6fCopy full SHA for 9b8de6f
core.php
@@ -64,7 +64,7 @@ function autoload_model($classname) {
64
65
// Setup database connection and models
66
function setup_database() {
67
-global $config, $database, $driver, $pubkey_dir, $user_dir, $group_dir, $server_dir, $server_account_dir, $event_dir, $sync_request_dir;
+global $config, $database, $driver, $migration_dir, $pubkey_dir, $user_dir, $group_dir, $server_dir, $server_account_dir, $event_dir, $sync_request_dir;
68
try {
69
$database = new mysqli($config['database']['hostname'], $config['database']['username'], $config['database']['password'], $config['database']['database'], $config['database']['port']);
70
} catch(ErrorException $e) {
0 commit comments