63 if(isset(self::$instance)
and self::$instance)
65 return self::$instance;
92 $this->open_robots = (bool) $this->
settings->get(
'open_google',
false);
104 if(!function_exists(
'apache_lookup_uri'))
109 $url = ILIAS_HTTP_PATH.
'/goto_'.CLIENT_ID.
'_root_1.html';
110 $status_info = @apache_lookup_uri(
$url);
113 if($status_info ===
false && ini_get(
'allow_url_fopen'))
116 $fp = @fopen(
$url,
'r');
125 return $status_info->status == 200;
checkRewrite()
Indirect Check of allow override.
static _getInstance()
Get instance.
robotSupportEnabled()
Check if client is open for robots.
__construct()
Private constructor => use getInstance.