1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 20:22:20 +02:00
Files
archived-web-php/pear/index.php
2003-05-03 15:59:06 +00:00

9 lines
190 B
PHP

<?php
// Simulate a /pear shortcut call
$_SERVER['REQUEST_URI'] = $HTTP_SERVER_VARS['REQUEST_URI'] = '/pear';
include_once 'prepend.inc';
include_once "$DOCUMENT_ROOT/error/index.php";
?>