1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Simulate /extra shortcut call

This commit is contained in:
Hannes Magnusson
2009-04-30 07:48:02 +00:00
parent 8cf0661321
commit a19988d3f6

7
extra/index.php Normal file
View File

@@ -0,0 +1,7 @@
<?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';