flatpress/static.php
2007-10-30 10:30:07 +00:00

8 lines
146 B
PHP
Executable File

<?php
include 'defaults.php';
include INCLUDES_DIR . 'includes.php';
@utils_status_header(301);
@utils_redirect("?page={$_GET['page']}");
?>