summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbc49c8)
raw | patch | inline | side by side (parent: cbc49c8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Aug 2006 10:36:06 +0000 (10:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Aug 2006 10:36:06 +0000 (10:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4534 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index dd73c2fecff40dabf6c5c6617103d0ae0c1a8f85..0ef15be9aa12359830515909d54fc7cce0a39841 100644 (file)
$this->attrs['gotoShare']=array();
foreach($this->gotoShares as $name => $share){
$mntp= $share['mountPoint'];
- if (!preg_match('=^[a-z0-9+_/%-]+$=i', $mntp)){
+ if (!preg_match('=^[a-z0-9+\._/%-]+$=i', $mntp)){
$mntp= base64_encode($mntp);
}
$this->attrs['gotoShare'][] =$share['server']."|".$share['name']."|".$mntp."|".$share['PwdHash']."|".$share['Username'];