summaryrefslogtreecommitdiffstats
path: root/apis/getconfig.inc.php
blob: a5d5254dfc1d356d287a552a73b102397d237c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?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';