1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/ie6update/index.php
2010-01-11 09:41:52 +00:00

9 lines
250 B
PHP

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