Changeset 1007222
- Timestamp:
- 10/14/2014 12:30:07 PM (11 years ago)
- Location:
- report-an-error/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
report-an-error.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
report-an-error/trunk/readme.txt
r1007057 r1007222 58 58 59 59 = 1.0.0 = 60 The first release of the plugin 60 61 61 The first release of the plugin 62 = 1.0.1 = 63 Установлена защита от поисковых роботов -
report-an-error/trunk/report-an-error.php
r1007047 r1007222 6 6 Author: ortox 7 7 Author URI: http://prihod.ru 8 Version: 1.0. 08 Version: 1.0.1 9 9 */ 10 10 … … 43 43 function RERR_trigger_check() { 44 44 45 if(get_query_var('RERR') == 'send' ) {45 if(get_query_var('RERR') == 'send' and isset($_POST['txt'])) { 46 46 47 47 $RERRAccauntMail = (get_option('RERRAccauntMail') ? esc_attr(get_option('RERRAccauntMail')): '');
Note: See TracChangeset
for help on using the changeset viewer.