mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
adding more info to this simple file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
// Simulate a /images shortcut call
|
||||
// $Id$
|
||||
|
||||
// Simulate a /images shortcut call (which will lead to a manual page)
|
||||
$_SERVER['REQUEST_URI'] = '/images';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/error.php';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user