Initial Rewrite

This commit is contained in:
Matthew Vale
2015-11-17 17:01:33 +00:00
parent 22d31bb5f5
commit 0f40a48c2b
16 changed files with 3400 additions and 35 deletions

10
core/install/app_menu.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Install";
$apps[$x]['menu'][0]['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/install/index.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
?>