ber / test.php
Rooni's picture
Create test.php
7d1cf4c verified
raw
history blame
126 Bytes
<?php
header('Content-Type: application/json');
$response = array(
'success' => true
);
echo json_encode($response);
?>