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

11 lines
184 B
PHP
Executable File

<?php
// Example of use
require_once 'defaults.php';
require_once (INCLUDES_DIR.'includes.php');
@utils_status_header(301);
@utils_redirect('?'.$_SERVER['QUERY_STRING']);
?>