wrong url

This commit is contained in:
Lanta 2023-09-26 20:53:17 +02:00
parent 9157252221
commit 940d75cf01

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>';
} }
?> ?>