tbrehm
2011-04-05 8ca2f22a21b33a22bb488574c7db65d41068a8ec
Fixed bug in functions library.
1 files modified
2 ■■■ changed files
interface/lib/classes/functions.inc.php 2 ●●● patch | view | raw | blame | history
interface/lib/classes/functions.inc.php
@@ -98,7 +98,7 @@
    
    public function get_ispconfig_url() {
        $url = (stristr($_SERVER['SERVER_PROTOCOL'],'HTTPS'))?'https':'http';
        $url .= '//'.$_SERVER['SERVER_NAME'];
        $url .= '://'.$_SERVER['SERVER_NAME'];
        if($_SERVER['SERVER_PORT'] != 80 && $_SERVER['SERVER_PORT'] != 443) {
            $url .= ':'.$_SERVER['SERVER_PORT'];
        }