Changeset 2688963
- Timestamp:
- 03/04/2022 03:29:50 PM (4 years ago)
- Location:
- utm-builder-ads-fox
- Files:
-
- 12 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/ajax (added)
-
tags/1.1/ajax/ajax.php (added)
-
tags/1.1/class (added)
-
tags/1.1/class/menu.php (added)
-
tags/1.1/options.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/static (added)
-
tags/1.1/static/angular.js (added)
-
tags/1.1/static/bootstrap.css (added)
-
tags/1.1/static/main.js (added)
-
tags/1.1/utmbuilder.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/utmbuilder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
utm-builder-ads-fox/trunk/readme.txt
r2679122 r2688963 4 4 Tags: UTM Builder, UTM Redirect, URL short 5 5 Requires at least: 5.6.4 6 Tested up to: 5.9 6 Tested up to: 5.9.1 7 7 Requires PHP: 7.2 8 8 Stable tag: 1.0 … … 61 61 == Changelog == 62 62 63 63 1.add facebook redirect is now possible -
utm-builder-ads-fox/trunk/utmbuilder.php
r2658881 r2688963 6 6 * Description: UTM Parameter for created short links 7 7 * Tags: UTM Builder 8 * Version: 1. 08 * Version: 1.1 9 9 * License: GPLv2 or later 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 if(!is_admin()){ 67 67 $mt_base_url = ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on' ? 'https' : 'http' ) . '://' . $_SERVER['HTTP_HOST']; 68 $mt_url = $mt_base_url . $_SERVER["REQUEST_URI"];68 $mt_url = $mt_base_url . parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH); 69 69 70 70 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.