1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 19:52:29 +02:00
Files
archived-web-php/manual/change.php
2003-08-02 20:47:06 +00:00

6 lines
157 B
PHP

<?php
// $Id$
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
// Redirect to new manual page
mirror_redirect("/manual/" . $_GET['page']);
?>