This commit is contained in:
thijs 2023-11-03 16:13:22 +01:00
parent 721b049d00
commit 93f02e5a95

View file

@ -2,8 +2,7 @@
$host = $_SERVER['HTTP_HOST']; $host = $_SERVER['HTTP_HOST'];
if ($host == 'dev.dtch.online') { if ($host == 'dev.dtch.online') {
echo "You are on the development! <BR>"; echo "You are on the development! Site";
echo 'For prod <a href="https://dtch.online">DTCH PRODUCTION</a>';
} }
?> ?>