1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 19:22:17 +02:00
Files
archived-web-php/extra/index.php
2006-10-07 09:59:58 +00:00

8 lines
241 B
PHP

<?php
// $Id$
// Simulate a /extra shortcut call (which will lead to a manual page)
$_SERVER['REQUEST_URI'] = '/extra';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/error.php';