mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
7 lines
205 B
PHP
7 lines
205 B
PHP
<?php
|
|
|
|
// Simulate a /styles shortcut call (which will lead to a manual page)
|
|
$_SERVER['REQUEST_URI'] = '/styles';
|
|
include_once __DIR__ . '/../include/prepend.inc';
|
|
include_once __DIR__ . '/../error.php';
|