changed install order

This commit is contained in:
Matthew Vale
2015-11-26 15:57:32 +00:00
parent f0008691ee
commit af867043b2
2 changed files with 3 additions and 4 deletions

View File

@@ -94,7 +94,6 @@ include "root.php";
$this->create_superuser();
require "resources/require.php";
$this->create_menus();
$this->app_defaults();
}
protected function create_config_php() {