1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/include/index.php

9 lines
150 B
PHP

<?php
// Simulate a /include shortcut call
include_once 'prepend.inc';
$REQUEST_URI = '/include';
include_once "$DOCUMENT_ROOT/error/index.php";
?>