Revision: 2251
Author: olavmrk
Date: Fri Apr 16 04:22:33 2010
Log: LoggingHandlerFile: Load timezone-settings from config.php.
http://code.google.com/p/simplesamlphp/source/detail?r=2251
Modified:
/trunk/lib/SimpleSAML/Logger/LoggingHandlerFile.php
=======================================
--- /trunk/lib/SimpleSAML/Logger/LoggingHandlerFile.php Fri Aug 14 04:07:44
2009
+++ /trunk/lib/SimpleSAML/Logger/LoggingHandlerFile.php Fri Apr 16 04:22:33
2010
@@ -44,6 +44,8 @@
{
if (!...@touch($this->logFile)) throw new Exception("Could not
create logfile: ".$this->logFile." Loggingdir is not writeable for the
webserver user.");
}
+
+ SimpleSAML_Utilities::initTimezone();
}
function log_internal($level, $string) {
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.