better testability

This commit is contained in:
Roland Gruber 2016-01-20 20:48:53 +00:00
parent f8e7adf82d
commit 2d878b02f6
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ $Id$
* @author Roland Gruber
*/
/** self service functions */
include_once("selfService.inc");
if (isLAMProVersion()) {
/** job interface */
include_once("jobs.inc");
}
/** some helper functions */
include_once("account.inc");
/** parent class of account modules */