Changeset 1878325
- Timestamp:
- 05/21/2018 10:39:11 AM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 2 edited
-
prime-ads.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/prime-ads.php
r1878235 r1878325 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2.3. 35 Version: 2.3.4 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 19 19 use AdsNS\SxGeo\SxGeo; 20 20 21 define('ADS_VERSION', '2.3. 3');21 define('ADS_VERSION', '2.3.4'); 22 22 define('ADS_DB_VERSION', '2.3.3'); 23 23 define('ADS_PATH', realpath(__DIR__)); … … 279 279 { 280 280 if(strpos($_SERVER['HTTP_REFERER'], 'iframe-toloka.com')){ 281 wp_die();281 return; 282 282 } 283 283 $this->_adsHelper->setScreenWidth(intVal($_POST['width'])); … … 300 300 { 301 301 if(strpos($_SERVER['HTTP_REFERER'], 'iframe-toloka.com')){ 302 wp_die();302 return; 303 303 } 304 304 if(intVal($_POST['id']) > 0){ -
prime-ads/trunk/readme.txt
r1878235 r1878325 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2.3. 39 Stable tag: 2.3.4 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.