Dev #26

Merged
OpzekerIT merged 15 commits from dev into main 2023-09-26 19:12:28 +00:00
Showing only changes of commit 409932b21a - Show all commits

View file

@ -3,6 +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>';
} }
?> ?>