mirror of
https://github.com/php/web-php.git
synced 2026-03-31 19:52:29 +02:00
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
|
|
include_once "prepend.inc";
|
|
|
|
// Redirect to new manual page
|
|
mirror_redirect("/manual/" . $_GET['page']);
|
|
|
|
?>
|