X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetkiosk.php;h=ef0c64aa81e59061b436c56f355c012a2b0ce224;hb=648eb5a4ac1728572ee349e3e58243fddf51fa1f;hp=ba0ea77ee2f283ad87e16a06b62ea4e96f06a0c6;hpb=df935fc5564e7ef5535ef21a1790521d42eba895;p=gosa.git diff --git a/html/getkiosk.php b/html/getkiosk.php index ba0ea77ee..ef0c64aa8 100644 --- a/html/getkiosk.php +++ b/html/getkiosk.php @@ -69,7 +69,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')); getkiosk($dir."/".$_GET['id']); // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: