Changeset 542227
- Timestamp:
- 05/10/2012 06:47:11 AM (14 years ago)
- File:
-
- 1 edited
-
yandex-webmaster/trunk/WMlogic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yandex-webmaster/trunk/WMlogic.php
r542226 r542227 158 158 if ((ini_get('open_basedir') == '') AND (ini_get('safe_mode' == 'Off'))){ 159 159 160 echo 'Valid redirect';160 161 161 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); 162 162 $respond = curl_exec($ch); … … 164 164 } else { 165 165 166 echo 'basedir redirect';166 167 167 $respond = $this->curl_redir_exec($ch); 168 168 … … 336 336 static $curl_max_loops = 20; 337 337 338 echo '.loop..';338 339 339 340 340 if ($curl_loops++ >= $curl_max_loops)
Note: See TracChangeset
for help on using the changeset viewer.