Plugin Directory

Changeset 1007222


Ignore:
Timestamp:
10/14/2014 12:30:07 PM (11 years ago)
Author:
ortox
Message:

Установлена защита от поисковых роботов

Location:
report-an-error/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • report-an-error/trunk/readme.txt

    r1007057 r1007222  
    5858
    5959= 1.0.0 =
     60The first release of the plugin
    6061
    61 The first release of the plugin
     62= 1.0.1 =
     63Установлена защита от поисковых роботов
  • report-an-error/trunk/report-an-error.php

    r1007047 r1007222  
    66Author: ortox
    77Author URI: http://prihod.ru
    8 Version: 1.0.0
     8Version: 1.0.1
    99*/
    1010
     
    4343function RERR_trigger_check() {
    4444
    45     if(get_query_var('RERR') == 'send') {
     45    if(get_query_var('RERR') == 'send' and isset($_POST['txt'])) {
    4646
    4747        $RERRAccauntMail  = (get_option('RERRAccauntMail') ? esc_attr(get_option('RERRAccauntMail')): '');
Note: See TracChangeset for help on using the changeset viewer.