1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 15:08:20 +02:00
Files
archived-web-php/include/index.php
T

7 lines
196 B
PHP

<?php
// Simulate a /include shortcut call (which will lead to a manual page)
$_SERVER['REQUEST_URI'] = '/include';
include_once __DIR__ . '/prepend.inc';
include_once __DIR__ . '/../error.php';