Skip to content

Commit

Permalink
chore: cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Oct 31, 2024
1 parent 509825c commit e5bd04e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/server/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
\define('SERVER_TMP_DIR', '.cecil');
\define('DIRECTORY_INDEX', '/index.html');
\define('ERROR_404', '/404.html');
$isIndex = null;
$mediaSubtypeText = ['javascript', 'xml', 'json', 'ld+json', 'csv'];

$path = htmlspecialchars(urldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)));
Expand Down

0 comments on commit e5bd04e

Please sign in to comment.