* Updates

+Added missing images
+Added report viewer as requested by icekis
-Code cleanup

if strict db, need to set spell to null run

ALTER TABLE `myaac_spells` CHANGE `spell` `spell` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL;
This commit is contained in:
Lee
2018-12-12 19:44:29 +00:00
committed by slawkens
parent 876b1b988a
commit 1b539f82ac
14 changed files with 456 additions and 260 deletions

View File

@@ -56,7 +56,7 @@
'book', 'list',
'plug', 'user',
'edit', 'gavel',
'book', 'edit', 'book',
'wrench', 'edit', 'book', 'book',
);
$menus = array(
@@ -72,10 +72,17 @@
),
'Items' => 'items',
'Tools' => array(
'Notepad' => 'notepad',
'phpinfo' => 'phpinfo',
),
'Notepad' => 'notepad',
'Logs' => 'logs'
'Editor' => array(
'Accounts' => 'accounts',
'Players' => 'players',
),
'Logs' => array(
'Logs' => 'logs',
'Reports' => 'reports',
),
);
$i = 0;