xref: /web-php/styles/index.php (revision 59c070f5)
1<?php
2
3// Simulate a /styles shortcut call (which will lead to a manual page)
4$_SERVER['REQUEST_URI'] = '/styles';
5include_once __DIR__ . '/../include/prepend.inc';
6include_once __DIR__ . '/../error.php';
7