Add status.php

This commit is contained in:
Pietro Carrara 2021-06-05 16:39:09 -03:00 committed by towards-a-new-leftypol
parent ffff01f986
commit fdd444e00c

9
status.php Normal file
View 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']
]);