This commit is contained in:
Thijs Stobbelaar 2023-09-26 20:52:53 +02:00
parent 03fd2758df
commit 409932b21a

View file

@ -3,6 +3,7 @@ $host = $_SERVER['HTTP_HOST'];
if ($host == 'dev.dtch.online') { if ($host == 'dev.dtch.online') {
echo "You are on the development!"; echo "You are on the development!";
echo 'For prod <a href="dtch.lanta.eu">Home</a>';
} }
?> ?>