Ignore:
Timestamp:
2006/12/22 10:12:57 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/post.php

    r405 r944  
    3131 
    3232include 'header.php'; 
     33 
     34if(empty($_POST['check_spam'])) { 
     35    exit(); 
     36} 
     37 
    3338foreach (array('forum', 'topic_id', 'post_id', 'order', 'pid') as $getint) { 
    3439    ${$getint} = isset($_POST[$getint]) ? intval($_POST[$getint]) : 0; 
Note: See TracChangeset for help on using the changeset viewer.