s
This commit is contained in:
parent
f396acd907
commit
b25af04d87
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
$host = $_SERVER['HTTP_HOST'];
|
||||
|
||||
if ($host == 'dev.dtch.online') {
|
||||
echo "You are on the development!";
|
||||
echo 'For prod <a href="https://dtch.online">Home</a>';
|
||||
echo "You are on the development! <BR>";
|
||||
echo 'For prod <a href="https://dtch.online">DTCH PRODUCTION</a>';
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue