Posts: 31,897
Thanks: 693
Thanked 4,190 Times in 3,208 Posts
All classes for the ispconfig interface are in /usr/local/ispconfig/interface/lib/classes/ and the global base object that is used to load and access the classes is $app, so you load classes with $app->use('system'); and accessthem with $app->system->somefunction(...);
Recent comments
9 hours 13 min ago
15 hours 54 min ago
19 hours 45 min ago
21 hours 23 min ago
1 day 5 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 19 hours ago
2 days 4 min ago
2 days 26 min ago