This commit is contained in:
Lanta 2023-09-26 20:52:53 +02:00
parent f75ea7e020
commit 9157252221

View file

@ -3,6 +3,7 @@ $host = $_SERVER['HTTP_HOST'];
if ($host == 'dev.dtch.online') {
echo "You are on the development!";
echo 'For prod <a href="dtch.lanta.eu">Home</a>';
}
?>