1<?php 2 3// Simulate a /images shortcut call (which will lead to a manual page) 4$_SERVER['REQUEST_URI'] = '/images'; 5include_once __DIR__ . '/../include/prepend.inc'; 6include_once __DIR__ . '/../error.php'; 7