You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider html compatibility of "global variables" like $owner string and others.
Needs to be surrounded by htmlentities() or something similar, if strings are inserted into html.
Otherwise ' or " (and others) might cause trouble.
e.g. search for $owner
find /path/to/ChurchRota/ -type f -print | xargs egrep '$owner'
The text was updated successfully, but these errors were encountered:
Consider html compatibility of "global variables" like $owner string and others.
Needs to be surrounded by htmlentities() or something similar, if strings are inserted into html.
Otherwise ' or " (and others) might cause trouble.
e.g. search for $owner
find /path/to/ChurchRota/ -type f -print | xargs egrep '$owner'
The text was updated successfully, but these errors were encountered: