Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenoBoy committed Aug 30, 2020
1 parent a289f6d commit fd92e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$url = urldecode($_SERVER['REQUEST_URI']);

if($url != '/') {
$name = explode("/", $url)[1];
$name = htmlspecialchars(explode("/", $url)[1]);
$title = "Insult ".$name;
}else {
$name = "Tech";
Expand Down

0 comments on commit fd92e52

Please sign in to comment.