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'];
if ($host == 'dev.dtch.online') {
echo "You are on the development! <BR>";
echo 'For prod <a href="https://dtch.online">DTCH PRODUCTION</a>';
echo "You are on the development! Site";
}
?>