Changeset 2331973
- Timestamp:
- 06/28/2020 04:37:33 PM (6 years ago)
- Location:
- access-code-feeder/trunk
- Files:
-
- 2 edited
-
access-code-feeder.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
access-code-feeder/trunk/access-code-feeder.php
r2280999 r2331973 33 33 $table_name = $wpdb->prefix . 'acf_Feeders'; 34 34 $base_path = '/'.get_option('access-code-feeder-base-url','feeder').'/'; 35 header("X-Robots-Tag: noindex, nofollow", true);36 if( strpos($_SERVER["REQUEST_URI"],$base_path) === 0 ) {35 if( strpos($_SERVER["REQUEST_URI"],$base_path) === 0 ) { //our url 36 header("X-Robots-Tag: noindex, nofollow", true); 37 37 $s_url = str_replace($base_path,'',$_SERVER["REQUEST_URI"]); 38 38 $r_url = trim($s_url,'/'); //remove last slash if present -
access-code-feeder/trunk/readme.txt
r2280999 r2331973 1 1 === Access Code Feeder === 2 2 Contributors: trof 3 Donate link: https://www.donationalerts.com/r/svinuga 3 4 Tags: access code, bot, chatbot 4 5 Requires at least: 2.0 5 6 Tested up to: 5.4 6 Stable tag: 1.0. 17 Stable tag: 1.0.2 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 74 == Changelog == 74 75 76 = V1.0.2 - 28.06.2020 = 77 Minor errors fixed.<br> 78 79 75 80 = V1.0.1 - 10.04.2020 = 76 81 Minor functionality fixes.<br>
Note: See TracChangeset
for help on using the changeset viewer.