Rebranding #80

Merged
OpzekerIT merged 66 commits from dev into main 2023-11-03 22:05:01 +00:00
Showing only changes of commit 00c33ba1b9 - Show all commits

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";
}
?>