blob: a5d5254dfc1d356d287a552a73b102397d237c18 (
plain) (
tree)
|
|
<?php
/*
* For compatibility with old slx-admin, where apis were not connected to a module.
* This is getconfig, which belongs to baseconfig logically.
*/
if (!Module::isAvailable('baseconfig')) {
ErrorHandler::traceError('Module baseconfig not available');
}
require 'modules/baseconfig/api.inc.php';
|