Browse Source

Add status.php

pull/107/head
Pietro Carrara 3 years ago
committed by towards-a-new-leftypol
parent
commit
d68c90f2be
  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