Changeset 948 for temp/test-xoops.ec-cube.net/html/modules/newbb/reply.php
- Timestamp:
- 2006/12/22 10:15:42 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/reply.php
r405 r948 30 30 // ------------------------------------------------------------------------- // 31 31 include 'header.php'; 32 33 if(!$_POST['check_spam']) { 34 exit(); 35 } 36 32 37 foreach (array('forum', 'topic_id', 'post_id', 'order', 'pid') as $getint) { 33 38 ${$getint} = isset($_GET[$getint]) ? intval($_GET[$getint]) : 0;
Note: See TracChangeset
for help on using the changeset viewer.
