Autoloaded library files do not need explicit require_once

This commit is contained in:
Mikael Nordfeldth 2014-03-18 11:22:21 +01:00
parent d2104b89d9
commit 758ac0bdc5
1 changed files with 0 additions and 4 deletions

View File

@ -143,10 +143,6 @@ require_once INSTALLDIR.'/lib/util.php';
require_once INSTALLDIR.'/lib/action.php';
require_once INSTALLDIR.'/lib/mail.php';
require_once INSTALLDIR.'/lib/clientexception.php';
require_once INSTALLDIR.'/lib/serverexception.php';
//set PEAR error handling to use regular PHP exceptions
function PEAR_ErrorToPEAR_Exception($err)
{