Update index.php

This commit is contained in:
jakani24
2024-04-26 17:59:08 +02:00
parent 0845fda612
commit 82f9d5c78a

View File

@@ -31,7 +31,7 @@ if(isset($_GET["page"])){
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<span class="navbar-text">
Cyberhex (<?php echo(explode(".",$page))[0]; ?>)
Cyberhex (<?php echo(str_replace("_"," ",explode(".",$page))[0]); ?>)
</span>
<span class="navbar-text text-center">
<?php echo($username); ?>