leftypol/status.php

9 lines
183 B
PHP
Raw Normal View History

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