1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/pear/index.php

7 lines
201 B
PHP

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