Browse Source

Add status.php

pull/40/head
Pietro Carrara 3 years ago
committed by towards-a-new-leftypol
parent
commit
fdd444e00c
  1. 9
      status.php

9
status.php

@ -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…
Cancel
Save