This commit is contained in:
Lanta 2023-09-26 20:49:48 +02:00
parent 886e5ebded
commit f75ea7e020

View file

@ -1,6 +1,14 @@
<?php
$host = $_SERVER['HTTP_HOST'];
if ($host == 'dev.dtch.online') {
echo "You are on the development!";
}
?>
<nav> <nav>
<ul> <ul>
<li><a href="index.php">Home111</a></li> <li><a href="index.php">Home</a></li>
<li><a href="clan_stats.php">Clan Stats</a></li> <li><a href="clan_stats.php">Clan Stats</a></li>
<li><a href="user_stats.php">User Stats</a></li> <li><a href="user_stats.php">User Stats</a></li>
<li><a href="topstats.php">Top10</a></li> <li><a href="topstats.php">Top10</a></li>