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:
7
extra/index.php
Normal file
7
extra/index.php
Normal 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';
|
||||
Reference in New Issue
Block a user