Commit 4f9cf5da by Tobin

Merge branch 'master' of https://gitlab.techware.co.in/timeout/timeOut into tobin

parents 5be3d254 8ee352ca
......@@ -75,10 +75,10 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => '192.168.140.123',
'username' => 'root',
'hostname' => 'localhost',
'username' => 'nuvento_timeout',
'password' => 'Golden_123',
'database' => 'tobin_eventTimeOut',
'database' => 'nuvento_timeout',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
......
......@@ -40,7 +40,6 @@ class OrganizerServices extends CI_Controller {
$this->errorResponse($res['response']['code'], $res['response']['message']);
die;
}
}
public function response($data) {
......@@ -68,7 +67,6 @@ class OrganizerServices extends CI_Controller {
print json_encode($result);
}
public function getOrganizerEventList(){
$data = (array) json_decode(file_get_contents('php://input'));
$res = $this->Organizer_model->getOrganizerEventList($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment