1
0
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:
Gabor Hojtsy
2006-09-17 20:07:23 +00:00
parent c3e2f7dbec
commit dbc4137439

View File

@@ -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';
?>