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

Legend:

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

    r405 r948  
    3030// ------------------------------------------------------------------------- // 
    3131include 'header.php'; 
     32 
     33if(!$_POST['check_spam']) { 
     34    exit(); 
     35} 
     36 
    3237foreach (array('forum', 'topic_id', 'post_id', 'order', 'pid') as $getint) { 
    3338    ${$getint} = isset($_GET[$getint]) ? intval($_GET[$getint]) : 0; 
Note: See TracChangeset for help on using the changeset viewer.