blob: 3fe05ed17b5e75b10c8fec33a79c9dfe395c60bd (
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')) {
Util::traceError('Module baseconfig not available');
}
require 'modules/baseconfig/api.inc.php';
|