summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96bb3d6)
raw | patch | inline | side by side (parent: 96bb3d6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Mar 2010 14:41:42 +0000 (14:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Mar 2010 14:41:42 +0000 (14:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17405 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiSummaryTab.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiSummaryTab.inc b/gosa-plugins/fai/admin/fai/class_faiSummaryTab.inc
index 0528f1083bdf642986a155e23e6b4d5fd1018409..c74dc903f8d6c0a3d33a45868ec47034a7e25139 100644 (file)
if(isset($_GET['show'])){
$ldap = $this->config->get_ldap_link();
- $ldap->cat(base64_decode($_GET['id']), array('FAIscript', 'FAIhook', 'FAItemplateFile'));
+ $ldap->cat(postDecode($_GET['id']), array('FAIscript', 'FAIhook', 'FAItemplateFile'));
$attrs = $ldap->fetch();
if($_GET['type'] == "FAIscript"){
$str = $attrs['FAIscript'][0];
$str .="<tr><td style='padding-left:20px;'>";
}
- $str .= "<a target='_blank' href='?plug=".$_GET['plug']."&show&type=".$key."&id=".base64_encode($data['dn'])."'>";
$str .= $image." ";
+ $str .= "<a target='_blank' href='?plug=".$_GET['plug']."&show&type=".$key."&id=".postEncode($data['dn'])."'>";
if(isset($data['FAIpriority'][0])){
$str .= "(".$data['FAIpriority'][0].")";
}