Vergleich inc/functions_serverstats.php - 1.8.6 - 1.8.15
Zeile 212 | Zeile 212 |
---|---|
// Check the hosting company |
// Check the hosting company |
$host_url = "http://www.whoishostingthis.com/".str_replace(array('http://', 'www.'), '', $_SERVER['HTTP_HOST']); | $host_url = "http://www.whoishostingthis.com/".str_replace(array('http://', 'https://', 'www.'), '', $_SERVER['HTTP_HOST']); |
|
|
Zeile 278 | Zeile 278 |
$amp = "&"; |
$amp = "&"; |
$server_stats_url = 'http://community.mybb.com/server_stats.php?'.$string; | $server_stats_url = 'https://community.mybb.com/server_stats.php?'.$string; |
|
|