forked from leftypol/leftypol
Add status.php
This commit is contained in:
parent
ee8107f775
commit
d68c90f2be
1 changed files with 9 additions and 0 deletions
9
status.php
Normal file
9
status.php
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue