header('Content-Type: text/html; charset=utf-8');
/* skybox */
include ('../../__config.php');
include ('../../__functions.php');
include ('__config.php');
/* start */
if ( !empty($_GET['view']) ) {
include ('includes/__'.$_GET['view'].'.php');
} else {
header('Location: '.$event['url'].$event['default'].'/');
}
?>