Posts: 31,872
Thanks: 689
Thanked 4,184 Times in 3,202 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
1 day 7 hours ago
1 day 10 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 17 hours ago
2 days 9 hours ago
2 days 10 hours ago
2 days 14 hours ago