error.log moved into the log directory

SVN:trunk[2437]
This commit is contained in:
Romain Quetiez
2012-11-21 10:19:28 +00:00
parent f089d4282e
commit f196d03f6f
2 changed files with 3 additions and 3 deletions

View File

@@ -613,7 +613,7 @@ class utils
$bCASDebug = self::GetConfig()->Get('cas_debug');
if ($bCASDebug)
{
phpCAS::setDebug(APPROOT.'/error.log');
phpCAS::setDebug(APPROOT.'log/error.log');
}
if (!self::$m_bCASClient)