* added pages config and phpinfo
 * config can also set php-vars (restrictions apply)
 * commented menu items that will not be implemented in near future
Misc:
 * deleted a greedily grabbed icon, unrealated to aowow
This commit is contained in:
Sarjuuk
2014-11-10 00:11:59 +01:00
parent 8b21ebf71a
commit f413089328
10 changed files with 788 additions and 102 deletions

View File

@@ -31,6 +31,8 @@ switch ($pageCall)
/* called by user */
case '': // no parameter given -> MainPage
$altClass = 'home';
case 'home':
case 'admin':
case 'account': // account management [nyi]
case 'achievement':
case 'achievements':
@@ -81,7 +83,7 @@ switch ($pageCall)
// case 'user': // tool: user profiles [nyi]
case 'zone':
case 'zones':
if (in_array($pageCall, ['account', 'profile']))
if (in_array($pageCall, ['admin', 'account', 'profile']))
{
if (($_ = (new AjaxHandler($pageParam))->handle($pageCall)) !== null)
{