Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobin
dcarfixers
Commits
351edda3
Commit
351edda3
authored
Feb 04, 2019
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
52123e41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Webservices.php
application/controllers/Webservices.php
+3
-1
Webservice_model.php
application/models/Webservice_model.php
+8
-10
No files found.
application/controllers/Webservices.php
View file @
351edda3
...
@@ -1010,4 +1010,5 @@ class Webservices extends CI_Controller {
...
@@ -1010,4 +1010,5 @@ class Webservices extends CI_Controller {
}
}
?>
?>
\ No newline at end of file
application/models/Webservice_model.php
View file @
351edda3
<?php
<?php
class
Webservice_model
extends
CI_Model
{
class
Webservice_model
extends
CI_Model
{
function
__construct
()
{
parent
::
__construct
();
function
__construct
()
{
date_default_timezone_set
(
'Asia/Kolkata'
);
}
parent
::
__construct
();
date_default_timezone_set
(
'Asia/Kolkata'
);
}
/*****************************************************************************************/
/*****************************************************************************************/
/****************************************Mobile API's*************************************/
/****************************************Mobile API's*************************************/
...
@@ -286,4 +282,5 @@
...
@@ -286,4 +282,5 @@
return
$respArr
;
return
$respArr
;
}
}
}
}
?>
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment