Add status.php
This commit is contained in:
parent
ffff01f986
commit
fdd444e00c
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
require_once 'inc/functions.php';
|
||||||
|
|
||||||
|
header('Content-Type: application/json');
|
||||||
|
echo json_encode([
|
||||||
|
'captcha' => $config['securimage'],
|
||||||
|
'flags' => $config['user_flags']
|
||||||
|
]);
|
Loading…
Reference in New Issue