if($_SERVER['SERVER_PORT'] != 443) { # header("HTTP/1.1 301 Moved Permanently"); # header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); # exit(); } session_start(); define ('PATH', dirname(dirname(__FILE__))); ob_start(); include_once(PATH.'/config/config.php'); include_once(LIB.'autoload.php'); ?> __autoload('head');?>