Update admin to include the edit-page changes.
Update admin to include the edit-page changes.

File last commit:

6c602be266b6
e03e4dc6b780
Show More
menu.php
10 lines | 209 B | text/x-php | PhpLexer
Add root-directory files.
r2 <?php
require('LocalSettings.php');
if($_GET['section'] == 'characters')
header('Location: '.SITE_HOST.SITE_PATH.'/characters.php');
else
header('Location: '.SITE_HOST.SITE_PATH.'/'.$_GET['section']);
?>