Update navigation.php

This commit is contained in:
gr00tie 2023-11-14 12:59:34 +01:00 committed by GitHub
parent 7bbd2942e3
commit 3dd8b6f868

View file

@ -2,7 +2,7 @@
$host = $_SERVER['HTTP_HOST'];
if ($host == 'dev.dtch.online') {
echo "You are on the development! Site";
echo "<center>You are on the development! Site</center>";
}
?>
<div class="topnav">