Changeset 2853424
- Timestamp:
- 01/24/2023 09:40:04 AM (3 years ago)
- Location:
- eadv-vip/tags
- Files:
-
- 1 edited
- 1 copied
-
1.0.1/eadv-vip.php (modified) (2 diffs)
-
1.0.2 (copied) (copied from eadv-vip/trunk)
Legend:
- Unmodified
- Added
- Removed
-
eadv-vip/tags/1.0.1/eadv-vip.php
r2853368 r2853424 4 4 Plugin URI: https://www.eadv.it 5 5 Description: Plugin riservato ai publishers VIP di eADV 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: TAGMOOD S.R.L. 8 8 Author URI: https://www.tagmood.it … … 17 17 if ('/ads.txt' === $request) { 18 18 $site_id = get_option('eadv_site_id'); 19 $url = 'https://panel.eadv.it/adstxt redirect.php?siteid=' . $site_id;19 $url = 'https://panel.eadv.it/adstxtext.php?sid=' . $site_id; 20 20 21 21 wp_redirect($url, 301);
Note: See TracChangeset
for help on using the changeset viewer.