commitall
This commit is contained in:
16
account/application/controllers/Sync.php
Normal file
16
account/application/controllers/Sync.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Sync extends CI_Controller {
|
||||
function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
public function clients()
|
||||
{
|
||||
header('Content-Type: application/json');
|
||||
print_r($_POST);
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user