summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25a8fdf)
raw | patch | inline | side by side (parent: 25a8fdf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 09:34:21 +0000 (09:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Mar 2008 09:34:21 +0000 (09:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10077 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiHook.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiHook.inc b/gosa-plugins/fai/admin/fai/class_faiHook.inc
index 2cc27da2def71af7f2f0eaaa057c2a461704af9d..d509e4a278d9dc88151100d4afc4f050888a11eb 100644 (file)
if(isset($this->SubObjects[base64_decode($_GET['getFAIHook'])])){
$obj = $this->SubObjects[base64_decode($_GET['getFAIHook'])];
$obj = $this->get_object_attributes($obj,$this->sub_Load_Later);
- send_binary_content($obj['FAIscript'],$obj['cn'].".FAIhook");
+ send_binary_content(stripslashes($obj['FAIscript']),$obj['cn'].".FAIhook");
}
}