summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f10ef12)
raw | patch | inline | side by side (parent: f10ef12)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Sep 2007 11:02:00 +0000 (11:02 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Sep 2007 11:02:00 +0000 (11:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7366 594d385d-05f5-0310-b6e9-bd551577e9d8
html/getFAIscript.php | patch | blob | history | |
html/getkiosk.php | patch | blob | history | |
html/main.php | patch | blob | history |
diff --git a/html/getFAIscript.php b/html/getFAIscript.php
index 8be8f02fbfe137541c1c11c86a6062e6bf4a9408..45277a6fdcf544184923056b6fb79af62dddd2e0 100644 (file)
--- a/html/getFAIscript.php
+++ b/html/getFAIscript.php
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:
diff --git a/html/getkiosk.php b/html/getkiosk.php
index ba0ea77ee2f283ad87e16a06b62ea4e96f06a0c6..ef0c64aa81e59061b436c56f355c012a2b0ce224 100644 (file)
--- a/html/getkiosk.php
+++ b/html/getkiosk.php
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:
diff --git a/html/main.php b/html/main.php
index f9c2cc6e7d93e4517ce3ad36fb592389b0ad034e..3620bce819b2a9a5fcbd3bd2209d74aeeb167199 100644 (file)
--- a/html/main.php
+++ b/html/main.php
$_SESSION['plist']= $plist;
$_SESSION['config']= $config;
-/* Echo compilation time */
-#echo "<p align='right'>".get_MicroTimeDiff($start,microtime())."</p>";
-
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>