Removing unnecessary require_once lines (autoload!)

This commit is contained in:
Mikael Nordfeldth
2013-09-09 23:05:33 +02:00
parent 747fe9d59b
commit a9c4bcd71f
57 changed files with 4 additions and 122 deletions

View File

@@ -40,8 +40,6 @@ if (!defined('STATUSNET')) {
exit(1);
}
require_once INSTALLDIR.'/lib/apiauth.php';
/**
* Actions extending this class will require auth only if a site is private
*