Merge pull request #18 from mt-site rss-hotfix...
Merge pull request #18 from mt-site rss-hotfix Hotfix RSS to fix invalid XML

File last commit:

6c602be266b6
5608f9586369 merge
Show More
menu.php
10 lines | 209 B | text/x-php | PhpLexer
<?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']);
?>