summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1dffd97)
raw | patch | inline | side by side (parent: 1dffd97)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:36:25 +0000 (13:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:36:25 +0000 (13:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6160 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Finish.inc | patch | blob | history |
index 2b9554ccab6e603c952a7d1558b62351067a83a0..3898c55c5bf4c50135207eb68a0b65aa5c3953e5 100644 (file)
* - gosa.conf exists
* - Permisssion are set correctly
*/
- if(isset($_POST['next']) && $exists && !is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){
+ if(isset($_POST['next']) && $exists && !$this->is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){
session_destroy();
header("Location: index.php");
exit();