1
0
mirror of https://github.com/php/web-php.git synced 2026-04-28 17:33:10 +02:00
Files

8 lines
239 B
PHP

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