Duplicated from Dimaaaaaaaaaa/sonnik
7d1cf4c
1
2
3
4
5
6
7
8
9
10
<?php header('Content-Type: application/json'); $response = array( 'success' => true ); echo json_encode($response); ?>