diff options
author | Olav Morken <olav.morken@uninett.no> | 2008-06-06 06:04:20 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2008-06-06 06:04:20 +0000 |
commit | 0d7656e1efaeaf1599a4e3f16284eba0bd1d053c (patch) | |
tree | 34d514c0fef93fd2308be1d3ef9ed77af378cf01 /lib/SimpleSAML/Logger/LoggingHandlerFile.php | |
parent | 57826369b720041c495867b3cfe90549d3b6ae73 (diff) | |
download | simplesamlphp-0d7656e1efaeaf1599a4e3f16284eba0bd1d053c.zip simplesamlphp-0d7656e1efaeaf1599a4e3f16284eba0bd1d053c.tar.gz simplesamlphp-0d7656e1efaeaf1599a4e3f16284eba0bd1d053c.tar.bz2 |
Update everything to use the autoloader.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/Logger/LoggingHandlerFile.php')
-rw-r--r-- | lib/SimpleSAML/Logger/LoggingHandlerFile.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/SimpleSAML/Logger/LoggingHandlerFile.php b/lib/SimpleSAML/Logger/LoggingHandlerFile.php index 3bf7681..c9e0b28 100644 --- a/lib/SimpleSAML/Logger/LoggingHandlerFile.php +++ b/lib/SimpleSAML/Logger/LoggingHandlerFile.php @@ -1,8 +1,5 @@ <?php -require_once((isset($SIMPLESAML_INCPREFIX)?$SIMPLESAML_INCPREFIX:'') . 'SimpleSAML/Configuration.php'); -require_once((isset($SIMPLESAML_INCPREFIX)?$SIMPLESAML_INCPREFIX:'') . 'SimpleSAML/Logger.php'); - /** * A class for logging * |