From: hickert Date: Mon, 14 Nov 2005 10:37:25 +0000 (+0000) Subject: Fixed kioskProfile X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9aefe7a82fe7c0f86f753e43179d48fa6d55f3c3;p=gosa.git Fixed kioskProfile git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1937 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 8aceb1830..b82ef8e4d 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -938,7 +938,7 @@ class environment extends plugin $method="http://"; } - $str = $method.$_SERVER['SERVER_NAME']."/kiosk/"; + $str = $method.str_replace("//","/",$_SERVER['SERVER_NAME']."/kiosk/"); $this->attrs['gotoKioskProfile']= $str.$this->gotoKioskProfile; }else{ $this->attrs['gotoKioskProfile']= array();