This commit is contained in:
Lanta 2023-09-26 20:53:59 +02:00
parent 940d75cf01
commit 8a1ad46b8b

View file

@ -2,8 +2,8 @@
$host = $_SERVER['HTTP_HOST']; $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! <BR>";
echo 'For prod <a href="https://dtch.online">Home</a>'; echo 'For prod <a href="https://dtch.online">DTCH PRODUCTION</a>';
} }
?> ?>