Code

reverted wrong style fix
[gosa.git] / html / getFAIscript.php
index 8be8f02fbfe137541c1c11c86a6062e6bf4a9408..45277a6fdcf544184923056b6fb79af62dddd2e0 100644 (file)
@@ -82,7 +82,7 @@ if(!preg_match("/r/",$acl)){
   header ("Location: index.php");
   exit;
 }
-$dir = search_config($config->data,"environment", "KIOSKPATH");
+$dir= $config->search('environment', 'kioskpath', array('main','tabs'));
 getFAIScript(base64_decode($_GET['id']));
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: