Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
power
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
254
Issues
254
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pardeep Sahu
power
Commits
f3144355
Commit
f3144355
authored
3 years ago
by
mohd zamin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'staging' of
https://git.02pg.com/pardeep01s/power
into staging
parents
8760eff9
9f886480
Pipeline
#1959
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
app/Http/Controllers/HomeController.php
app/Http/Controllers/HomeController.php
+4
-1
No files found.
.gitlab-ci.yml
View file @
f3144355
...
...
@@ -30,7 +30,7 @@ build:
-
cp -R /home/devzr01s/public_html/powertech/staging/public /home/devzr01s/public_html/powertech/backup/public
-
cd ..
-
rm -rf /home/devzr01s/public_html/powertech/staging
-
cp -R power
tech
/home/devzr01s/public_html/powertech/staging
-
cp -R power /home/devzr01s/public_html/powertech/staging
-
cp -R /home/devzr01s/public_html/powertech/backup/public /home/devzr01s/public_html/powertech/staging
-
cd /home/devzr01s/public_html/powertech/staging
-
pwd
...
...
This diff is collapsed.
Click to expand it.
app/Http/Controllers/HomeController.php
View file @
f3144355
...
...
@@ -154,7 +154,10 @@ class HomeController extends Controller
}
else
{
$res
=
"<option value=''>No district found</option>"
;
$treatment
=
$treat
[
'treatment'
];
$id
=
$treat
[
'id'
];
$res
.
=
"<option value='
$id
'>
$treatment
</option>"
;
}
return
$res
;
}
...
...
This diff is collapsed.
Click to expand it.
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