Ignore:
Timestamp:
Oct 30, 2007, 12:39:41 AM (17 years ago)
Author:
rvelices
Message:
  • send status code 403 when attempt to enter a user comment, but comments are disabled
  • don't increase hit count when a comment is posted
  • remove the check of user ip agains spamhaus.org when a comment is entered (my conclusion is that is useless)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r2083 r2155  
    253253  if ( !isset($params['category'] ) )
    254254  {// make urls shorter ...
    255     unset( $params['flat'] ); 
     255    unset( $params['flat'] );
    256256  }
    257257  $url .= make_section_in_url($params);
     
    623623 * parses start, flat and chronology from url tokens
    624624*/
    625 function parse_well_known_params_url($tokens, $i)
     625function parse_well_known_params_url($tokens, &$i)
    626626{
    627627  $page = array();
Note: See TracChangeset for help on using the changeset viewer.