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
56470c60
Commit
56470c60
authored
Nov 18, 2015
by
Sorrel Harriet
Browse files
replacing insecure add record script with secure
parent
7d8cbbf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
week-6/record-store-app/index.php
View file @
56470c60
...
...
@@ -35,7 +35,7 @@ case 'order' :
include
'views/order.php'
;
break
;
case
'add-record'
:
include
'views/add-record
-insecure
.php'
;
include
'views/add-record.php'
;
break
;
default
:
include
'views/404.php'
;
...
...
@@ -47,4 +47,4 @@ mysqli_close($link);
// include the footer HTML
include
(
'templates/footer.html'
);
?>
?>
\ 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