Autoloaded library files do not need explicit require_once
This commit is contained in:
parent
d2104b89d9
commit
758ac0bdc5
@ -143,10 +143,6 @@ require_once INSTALLDIR.'/lib/util.php';
|
|||||||
require_once INSTALLDIR.'/lib/action.php';
|
require_once INSTALLDIR.'/lib/action.php';
|
||||||
require_once INSTALLDIR.'/lib/mail.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
|
//set PEAR error handling to use regular PHP exceptions
|
||||||
function PEAR_ErrorToPEAR_Exception($err)
|
function PEAR_ErrorToPEAR_Exception($err)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user