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