Chris Morgan
|
a1a41d6b87
|
Fix and enable input filtering through include/filter.php
|
2007-01-04 02:35:01 +00:00 |
|
Chris Morgan
|
240a241a54
|
Use require() instead of include() because we can't operate properly if we can't find all listed include files
|
2006-07-21 04:24:59 +00:00 |
|
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 |
|
Jonathan Ernst
|
c138da9766
|
Html attributes and values are lowercase to be forward compatible with xhtml
|
2006-06-27 16:54:22 +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 |
|
Jonathan Ernst
|
209f58ff3f
|
Fix user deletion
|
2005-02-14 18:20:48 +00:00 |
|
Jonathan Ernst
|
73c7044a10
|
Make admin panels look consistant (same column name and order, editing
links in the last column, etc.)
|
2005-02-09 02:22:20 +00:00 |
|
Jonathan Ernst
|
2083bf521b
|
- OO version of user class
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
|
2005-01-30 23:12:48 +00:00 |
|
Jonathan Ernst
|
791bac8e09
|
make it possible to add/remove administrators
|
2005-01-17 04:30:39 +00:00 |
|
Jonathan Ernst
|
f093a01229
|
add a user management panel for administrators
|
2005-01-16 02:04:03 +00:00 |
|