- Timestamp:
- 2006/12/22 10:15:42 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/newbb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/post.php
r947 r948 33 33 34 34 if(!$_POST['check_spam']) { 35 print_r($_POST);36 35 exit(); 37 36 } -
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.
