- Integrated all the authentications methods and various logon methods...

SVN:trunk[665]
This commit is contained in:
Denis Flaven
2010-08-09 10:19:14 +00:00
parent cdf9812fbe
commit 272387d61e
15 changed files with 348 additions and 144 deletions

View File

@@ -1389,7 +1389,7 @@ EOF
////MetaModel::ShowQueryTrace();
$oP->output();
}
catch(CoreException $e)
catch(ZZCoreException $e)
{
require_once('../setup/setuppage.class.inc.php');
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));
@@ -1418,7 +1418,7 @@ catch(CoreException $e)
// For debugging only
//throw $e;
}
catch(Exception $e)
catch(ZZException $e)
{
require_once('../setup/setuppage.class.inc.php');
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));