fix for self service

This commit is contained in:
Roland Gruber 2012-11-25 17:01:44 +00:00
parent 287bb1fb4b
commit 1ebed3d86d
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ $Id$
include_once("../../lib/security.inc");
// start session
if (isset($_GET['selfservice'])) {
// self service uses a different session name
session_name('SELFSERVICE');
}
startSecureSession();
setlanguage();