mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
7 lines
196 B
PHP
7 lines
196 B
PHP
<?php
|
|
// Simulate a /bin shortcut call
|
|
$_SERVER['REQUEST_URI'] = '/bin';
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/error.php';
|
|
?>
|