]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Autoloaded library files do not need explicit require_once
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 18 Mar 2014 10:22:21 +0000 (11:22 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 18 Mar 2014 10:22:21 +0000 (11:22 +0100)
lib/framework.php

index 27d12351fa1165a04fa10434a5b67ea5e2992cc1..00fa6ab6d9ca992e0d6fb6292eb3dd20c88fe92d 100644 (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)
 {