mirror of
https://github.com/php/web-php.git
synced 2026-03-26 00:02:12 +01:00
9 lines
142 B
PHP
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";
|
|
|
|
?>
|