summaryrefslogtreecommitdiffstats
path: root/apis/getconfig.inc.php
blob: 3fe05ed17b5e75b10c8fec33a79c9dfe395c60bd (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')) {
	Util::traceError('Module baseconfig not available');
}

require 'modules/baseconfig/api.inc.php';