Vergleich admin/modules/home/credits.php - 1.8.6 - 1.8.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 30Zeile 30

$sub_tabs['credits_about'] = array(
'title' => $lang->about_the_team,


$sub_tabs['credits_about'] = array(
'title' => $lang->about_the_team,

		'link' => "http://www.mybb.com/about/team",

		'link' => "https://mybb.com/about/team",

		'link_target' => "_blank",
);


		'link_target' => "_blank",
);


Zeile 52Zeile 52
		);

require_once MYBB_ROOT."inc/class_xml.php";

		);

require_once MYBB_ROOT."inc/class_xml.php";

		$contents = fetch_remote_file("http://www.mybb.com/mybb_team.xml");

		$contents = fetch_remote_file("https://mybb.com/mybb_team.xml");


if(!$contents)
{


if(!$contents)
{