Plugin Directory

Changeset 542227


Ignore:
Timestamp:
05/10/2012 06:47:11 AM (14 years ago)
Author:
TIgor4eg
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • yandex-webmaster/trunk/WMlogic.php

    r542226 r542227  
    158158    if ((ini_get('open_basedir') == '') AND (ini_get('safe_mode' == 'Off'))){
    159159   
    160     echo 'Valid redirect';
     160   
    161161    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    162162    $respond = curl_exec($ch);
     
    164164    } else {
    165165   
    166     echo 'basedir redirect';
     166   
    167167    $respond = $this->curl_redir_exec($ch);
    168168   
     
    336336    static $curl_max_loops = 20;
    337337   
    338     echo '.loop..';
     338   
    339339   
    340340    if ($curl_loops++ >=  $curl_max_loops)
Note: See TracChangeset for help on using the changeset viewer.