Skip to content

Commit b87b85c

Browse files
committed
Удаление ненужного
1 parent eefad07 commit b87b85c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Services/Router/InitRouter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@ public function router(): void
196196
return;
197197
}
198198

199-
// Bugfix. Статические страницы почему-то грузятся по два раза.
200-
if ((bool)$response->headers->get('static-page')) {
201-
die();
202-
}
203-
204199
// Send the response to the browser and exit app.
205200
$response->send();
206201

0 commit comments

Comments
 (0)