projects
/
prog
/
ws0
/
Registrations_V3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a84125
)
Proper use of starting php tag
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:00:27 +0000
(12:00 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:00:27 +0000
(12:00 -0500)
Needed for working on dev55
front-end/reg_functions.inc
patch
|
blob
|
history
diff --git
a/front-end/reg_functions.inc
b/front-end/reg_functions.inc
index
bb9d5ac
..
3bdbdab
100644
(file)
--- a/
front-end/reg_functions.inc
+++ b/
front-end/reg_functions.inc
@@
-1,4
+1,4
@@
-<?
+<?
php
// $no_filter tells function not to try to filter the input parameter, only find it. Needed for array input and such
function filter_request($field, $filter = FILTER_SANITIZE_STRING, $option = FILTER_FLAG_STRIP_HIGH, $no_filter = false)