*** empty log message ***
This commit is contained in:
parent
a6b91a8a9d
commit
a7baf17231
8 changed files with 30 additions and 57 deletions
|
@ -55,6 +55,7 @@ class uiHandler extends uiBase {
|
|||
#setcookie($this->config['authCookieName'], $sessid);
|
||||
echo "<meta http-equiv='set-cookie' content='".$this->config['authCookieName']."=".$sessid.";'>";
|
||||
ob_flush();
|
||||
|
||||
$id = $this->gb->getObjId($formdata['login'], $this->gb->storId);
|
||||
if(PEAR::isError($id)) {
|
||||
$this->_retMsg('Login failed');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue