From 48221e8bc034b46a4600bbb72747e42402178e64 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 16 Jan 2006 08:22:44 +0000 Subject: [PATCH] Added kiosk profile downloading function git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2484 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/getkiosk.php | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 html/getkiosk.php diff --git a/html/getkiosk.php b/html/getkiosk.php new file mode 100644 index 000000000..ce141cae3 --- /dev/null +++ b/html/getkiosk.php @@ -0,0 +1,71 @@ +current['BASE'], $ui->subtreeACL); +$acl= get_module_permission($acl, "all", $config->current['BASE']); +if (chkacl($acl, "all") != ""){ + header ("Location: ../index.php"); + exit; +} +$dir = search_config($config->data,"environment", "KIOSKPATH"); +getkiosk($dir."/".$_GET['id']); + +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?> -- 2.30.2