Changeset 1696 for trunk/comments.php
- Timestamp:
- Jan 4, 2007, 12:28:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/comments.php
r1677 r1696 194 194 195 195 'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php', 196 'F_KEYWORD'=>@ $_GET['keyword'],197 'F_AUTHOR'=>@ $_GET['author'],196 'F_KEYWORD'=>@htmlentities($_GET['keyword']), 197 'F_AUTHOR'=>@htmlentities($_GET['author']), 198 198 199 199 'U_HOME' => make_index_url(),
Note: See TracChangeset
for help on using the changeset viewer.