Changeset 1576247
- Timestamp:
- 01/17/2017 08:28:27 AM (9 years ago)
- Location:
- moreads-se/trunk
- Files:
-
- 3 edited
-
lib/Ads/html/bypass_stage_2.php (modified) (1 diff)
-
ma-se.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
moreads-se/trunk/lib/Ads/html/bypass_stage_2.php
r1401255 r1576247 5 5 <body> 6 6 <script type="text/javascript"> 7 window.top.location = "<?php echo isset($_GET['i']) ? $_GET['i']: ''; ?>";7 window.top.location = "<?php echo isset($_GET['i']) ? str_replace('"', '', $_GET['i']) : ''; ?>"; 8 8 </script> 9 9 </body> -
moreads-se/trunk/ma-se.php
r1490826 r1576247 4 4 Plugin URI: https://www.affiliate-solutions.xyz/produkte/moreads-se/ 5 5 Description: moreAds SE is a standalone ad server used as a WordPress plugin 6 Version: 1.4. 66 Version: 1.4.7 7 7 Author: Affiliate Solutions S.L.U 8 8 Author URI: https://www.affiliate-solutions.xyz/produkte/moreads-se/ -
moreads-se/trunk/readme.txt
r1549542 r1576247 63 63 == Changelog == 64 64 65 = 1.4.7 = 66 67 * Fixed XSS security hole 68 65 69 = 1.4.6 = 66 70
Note: See TracChangeset
for help on using the changeset viewer.