View file It's Me/main-file/php/get_config.php

File size: 252B
<?php

include 'config.php';

/* === 
  'ac' => $active_captcha
  'au' => $active_uploader
 */
$ress = array(
    'ac' => $active_captcha,
    'au' => $active_uploader
);

header('Content-type: application/json');
echo json_encode($ress);