Update api.php
This commit is contained in:
parent
3e368f1e61
commit
e87cd6edd7
@ -2,6 +2,7 @@
|
|||||||
// 引入类
|
// 引入类
|
||||||
require_once('../inc/require.php');
|
require_once('../inc/require.php');
|
||||||
global $config;
|
global $config;
|
||||||
|
if($config['api']) {
|
||||||
$url_c = new url();
|
$url_c = new url();
|
||||||
|
|
||||||
$opt = [];
|
$opt = [];
|
||||||
@ -26,4 +27,5 @@
|
|||||||
}
|
}
|
||||||
// 输出
|
// 输出
|
||||||
echo json_encode($opt);
|
echo json_encode($opt);
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user