leftypol/status.php
2021-06-06 04:34:51 +00:00

9 lines
183 B
PHP

<?php
require_once 'inc/functions.php';
header('Content-Type: application/json');
echo json_encode([
'captcha' => $config['securimage'],
'flags' => $config['user_flags']
]);