wrong url

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

View file

@ -3,7 +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>'; echo 'For prod <a href="https://dtch.online">Home</a>';
} }
?> ?>