goiintra/public_html/lib/ttt.php

15 lines
271 B
PHP

<?
echo "#####";
echo "[".$_SERVER['HTTP_HOST']."]";
echo "#####";
echo "[".gethostname()."]";
echo "#####";
if(stristr(gethostname(), 'goiintranet.com') === FALSE) echo "/home2/ifreshy/public_html/goi";
else echo "/home/goiintra/public_html";
echo "<br>END";
?>