Vergleich inc/functions_serverstats.php - 1.4.13 - 1.4.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 276Zeile 276
		$amp = "&";
}


		$amp = "&";
}


	$server_stats_url = 'http://mybboard.net/stats.php?'.$string;

	$server_stats_url = 'http://www.mybb.com/stats.php?'.$string;


$return = array();
$return['info_sent_success'] = false;


$return = array();
$return['info_sent_success'] = false;

Zeile 284Zeile 284
	{
$return['info_sent_success'] = true;
}

	{
$return['info_sent_success'] = true;
}

	$return['info_image'] = "<img src='http://mybboard.net/stats.php?{$string}&amp;img=1' />";

	$return['info_image'] = "<img src='http://www.mybb.com/stats.php?{$string}&amp;img=1' />";

	$return['info_get_string'] = $string;

return $return;

	$return['info_get_string'] = $string;

return $return;