session_start();
######################################################################
$protocolverarr=explode('/',trim(strtolower($_SERVER['SERVER_PROTOCOL'])));
$protocolarr=preg_grep("/(ftp)|(http(s)?)/", $protocolverarr);
$protocol=(count($protocolarr)==1)?trim($protocolarr[0]).'://':'http://';
$rootdirname = dirname(__FILE__);
######################################################################
//define("WEBROOT",$protocol.$_SERVER['HTTP_HOST']."/softznet/");
define("WEBROOT",$protocol.$_SERVER['HTTP_HOST']."/");
//define("DOCROOT",$_SERVER['DOCUMENT_ROOT']."/softznet/");
define("DOCROOT",$rootdirname."/");
?>
Warning: require_once(DOCROOTutilfunctionslib.php) [function.require-once]: failed to open stream: No such file or directory in /home/atlanta/public_html/themeshoppingdirectory.com/contact.php on line 16
Fatal error: require_once() [function.require]: Failed opening required 'DOCROOTutilfunctionslib.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/atlanta/public_html/themeshoppingdirectory.com/contact.php on line 16