Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
allorepair
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
Jansa Jose
allorepair
Commits
8397b0ee
Commit
8397b0ee
authored
Aug 08, 2019
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
3413ee3a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Webservice.php
application/controllers/Webservice.php
+3
-3
No files found.
application/controllers/Webservice.php
View file @
8397b0ee
...
...
@@ -21,7 +21,7 @@
parent
::
__construct
();
$this
->
load
->
model
(
'Webservice_model'
);
}
//User Signup
public
function
user_signup
(){
header
(
'Content-type: application/json'
);
$post
=
file_get_contents
(
"php://input"
);
...
...
@@ -115,7 +115,7 @@
}
echo
json_encode
(
$respArr
);
exit
;
}
//User Login
public
function
user_login
(){
header
(
'Content-type: application/json'
);
$post
=
file_get_contents
(
"php://input"
);
...
...
@@ -156,7 +156,7 @@
$respArr
=
$this
->
Webservice_model
->
userLogin
(
$postData
);
echo
json_encode
(
$respArr
);
exit
;
}
//Forgot Password
public
function
user_forgetpsw
(){
}
...
...
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