rhymix/admin/index.php
2012-11-07 06:06:18 +00:00

5 lines
176 B
PHP

<?php
header('Location: ' . preg_replace('/admin\/|admin/', 'index.php?module=admin', $_SERVER['REQUEST_URI']));
/* End of file index.php */
/* Location: ./admin/index.php */