Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arvin Ababao
lab-exercises
Commits
ccfb24a6
Commit
ccfb24a6
authored
Nov 10, 2015
by
Sorrel Harriet
Browse files
new views added
parent
98418301
Changes
1
Hide whitespace changes
Inline
Side-by-side
week-6/record-store-app/index.php
View file @
ccfb24a6
...
...
@@ -34,6 +34,12 @@ case 'orders' :
case
'order'
:
include
'views/order.php'
;
break
;
case
'results'
:
include
'views/results.php'
;
break
;
case
'add-record'
:
include
'views/add-record-insecure.php'
;
break
;
default
:
include
'views/404.php'
;
}
...
...
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