Skip to content

Commit

Permalink
Правка сборщика
Browse files Browse the repository at this point in the history
  • Loading branch information
efiand committed Jun 1, 2018
1 parent c1b083d commit 5649dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elc.php
Expand Up @@ -11,7 +11,7 @@
exit('Требуется PHP не ниже 7.0');
}

/* Переход с folder/ нв folder/index.html */
/* Переход с folder/ на folder/index.html */
$uri = $_SERVER['REQUEST_URI'];
if (FALSE === strpos($uri, '.')) {
header('Location: ' . $uri . (substr($uri, -1) == '/' ? '' : '/') . 'index.html');
Expand Down

0 comments on commit 5649dba

Please sign in to comment.