X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2FgetFAIscript.php;h=45277a6fdcf544184923056b6fb79af62dddd2e0;hb=3a4267cf68ad2bab22b38af3536251e6d2e90ec2;hp=8be8f02fbfe137541c1c11c86a6062e6bf4a9408;hpb=df935fc5564e7ef5535ef21a1790521d42eba895;p=gosa.git diff --git a/html/getFAIscript.php b/html/getFAIscript.php index 8be8f02fb..45277a6fd 100644 --- a/html/getFAIscript.php +++ b/html/getFAIscript.php @@ -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: