tbrehm
2011-04-06 ef4c4a8de01395386148f21a4db42e670a1a3aea
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'];
      }