summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d0224b)
raw | patch | inline | side by side (parent: 7d0224b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:38 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:38 +0000 (07:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18319 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/logout.php | patch | blob | history |
index e3b72bef771347850ab346bd0a605cdf1a279a11..93532c9d88dbb8e7d3a1685abd7fc449c0939496 100644 (file)
/* Create smarty & Set template compile directory */
$smarty= new smarty();
if (isset($config)){
- $smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory", '/var/spool/gosa/');
+ $smarty->compile_dir= $config->get_cfg_value("core","templateCompileDirectory");
} else {
$smarty->compile_dir= '/var/spool/gosa/';
}