<?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']);

?>
