mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
9 lines
150 B
PHP
9 lines
150 B
PHP
<?php
|
|
|
|
// Simulate a /backend shortcut call
|
|
include_once 'prepend.inc';
|
|
$REQUEST_URI = '/backend';
|
|
include_once "$DOCUMENT_ROOT/error/index.php";
|
|
|
|
?>
|