Skip to content

Commit f9f2f48

Browse files
committed
Cleanup router.
1 parent c91a806 commit f9f2f48

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.router.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
$filename = $_SERVER["PATH_INFO"] ?? $_SERVER["SCRIPT_NAME"];
66

7-
$_SERVER['HTTP_HOST'] = '';
8-
$_SERVER['BASE_PAGE'] = '/';
9-
$_SERVER['SERVER_NAME'] = 'localhost';
10-
117
if (!file_exists($_SERVER["DOCUMENT_ROOT"] . $filename)) {
128
require_once __DIR__ . '/error.php';
139

0 commit comments

Comments
 (0)