Subversion-Projekte lars-tiefland.ci

Revision

Revision 2118 | Revision 2137 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2118 Revision 2125
Zeile 1535... Zeile 1535...
1535
	return $ret;
1535
	return $ret;
1536
}
1536
}
Zeile 1537... Zeile 1537...
1537
 
1537
 
1538
function getDokDomain()
1538
function getDokDomain()
1539
{
-
 
1540
    global $webs, $site_full, $site;
1539
{
1541
    $prot = "http";
1540
    $prot = "http";
1542
    if ( $webs["use_ssl"] == 1 )
1541
    if ( $GLOBALS["webs"]["use_ssl"] == 1 )
1543
    {
1542
    {
1544
        $prot = "https";
1543
        $prot = "https";
1545
    }
1544
    }
1546
    $dokDomain = $prot . "://www." . $site_full;
1545
    $dokDomain = $prot . "://www." . $site_full;
1547
    if ( $site == $site_full && $webs["dok_domain"] )
1546
    if ( $GLOBALS["site"] == $GLOBALS["site_full"] && $GLOBALS["webs"]["dok_domain"] )
1548
    {
1547
    {
1549
        $dokDomain = $prot . "://" . $webs["dok_domain"];
1548
        $dokDomain = $prot . "://" . $GLOBALS["webs"]["dok_domain"];
1550
    }
1549
    }
1551
    return $dokDomain;
1550
    return $dokDomain;
1552
}
1551
}
1553
?>
1552
?>