Jonathan Ernst
|
3096e63828
|
Rename util_show_error_page() to util_show_error_page_and_exit() and redirect() to util_redirect_and_exit()
so it is explicit that we exit in those functions that so we know it isn't necessary to put an exit after
we call them
|
2006-07-06 18:44:56 +00:00 |
|
Jonathan Ernst
|
54c484de8c
|
Remove unnecessary exit calls after redirect() and util_show_error_page() calls
|
2006-07-06 17:59:52 +00:00 |
|
Jonathan Ernst
|
735a2bc65f
|
Prefix all GPC variables according to our coding standard
|
2006-07-06 17:27:54 +00:00 |
|
Jonathan Ernst
|
6d019b918a
|
Rename errorpage() to util_show_error_page() and move util_show_error_page() into include/util.php
|
2006-06-29 16:13:35 +00:00 |
|
Chris Morgan
|
e3f9e5371a
|
Use query_parameters() in SQL select, update and delete statements to protect against
sql injection attacks
|
2006-06-27 19:16:27 +00:00 |
|
EA Durbin
|
f982c8459e
|
Filter all user input to reduce the security impact of manipulated data
|
2006-06-17 06:10:10 +00:00 |
|
Tony Lambregts
|
95c2f699ae
|
Use the correct capitalization for QueuedOnly
|
2005-08-13 17:29:19 +00:00 |
|
Tony Lambregts
|
822b7254be
|
Fix application and version links
|
2005-07-22 00:36:58 +00:00 |
|
Tony Lambregts
|
e080533a10
|
Add adminBugs.php to cvs
|
2005-07-20 02:29:17 +00:00 |
|