better testability
This commit is contained in:
parent
f8e7adf82d
commit
2d878b02f6
|
@ -31,6 +31,12 @@ $Id$
|
||||||
* @author Roland Gruber
|
* @author Roland Gruber
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** self service functions */
|
||||||
|
include_once("selfService.inc");
|
||||||
|
if (isLAMProVersion()) {
|
||||||
|
/** job interface */
|
||||||
|
include_once("jobs.inc");
|
||||||
|
}
|
||||||
/** some helper functions */
|
/** some helper functions */
|
||||||
include_once("account.inc");
|
include_once("account.inc");
|
||||||
/** parent class of account modules */
|
/** parent class of account modules */
|
||||||
|
|
Loading…
Reference in New Issue