4 lines
37 B
PHP
4 lines
37 B
PHP
|
<?php
|
||
|
echo $_SERVER['HTTP_HOST'];
|
||
|
?>
|