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