Skip to content

Commit

Permalink
tweak: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Dec 18, 2023
1 parent 356450b commit b3d1fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Middleware/Lifecycle.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ private function handleRedirects():void {
Log::debug("Checking redirect file: $fileName");
$currentUri = $_SERVER["REQUEST_URI"];

// TODO: Always ensure trailing slash on both matching and redirected uri.
$lines = file($fileName);
usort($lines, function(string $lineA, string $lineB):int {
$lineARegex = str_starts_with($lineA, "~");
Expand Down

0 comments on commit b3d1fc3

Please sign in to comment.