1
0
mirror of https://github.com/php/web-php.git synced 2026-03-26 00:02:12 +01:00
Files
archived-web-php/bin/index.php
Gabor Hojtsy e077cb2b21 Look a bit more professional, and hide all directory listings, by simulating
some REQUEST_URI for error/index.php (have all redirections at one place).
2003-01-11 13:05:40 +00:00

9 lines
142 B
PHP

<?php
// Simulate a /bin shortcut call
include_once 'prepend.inc';
$REQUEST_URI = '/bin';
include_once "$DOCUMENT_ROOT/error/index.php";
?>