mirror of
https://github.com/php/web-php.git
synced 2026-03-29 10:42:23 +02:00
6 lines
206 B
PHP
6 lines
206 B
PHP
<?php
|
|
// Simulate a /backend shortcut call (which will lead to a manual page)
|
|
$_SERVER['REQUEST_URI'] = '/backend';
|
|
include_once __DIR__ . '/../include/prepend.inc';
|
|
include_once __DIR__ . '/../error.php';
|