Changeset 1319889
- Timestamp:
- 01/02/2016 01:06:51 PM (10 years ago)
- File:
-
- 1 edited
-
thunder-port/trunk/thunder_port.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thunder-port/trunk/thunder_port.php
r1319887 r1319889 329 329 if($page == 1) { 330 330 // $html = file_get_html(''.$pluginurl.'/'); 331 $html = curl_file_get_html( ''.$pluginurl.'/');331 $html = curl_file_get_html($pluginurl); 332 332 333 333 foreach($html->find('td') as $article) { … … 356 356 357 357 // $html = file_get_html(''.$pluginurl.'/page/'.$x.'/'); 358 $html = curl_file_get_html( ''.$pluginurl.'/page/'.$x.'/');358 $html = curl_file_get_html($pluginurl.'/page/'.$x.'/'); 359 359 360 360 // get news block … … 429 429 $pluginname = sanitize_text_field($_POST['pluginname']); 430 430 // $html = file_get_html(''.$pluginurl.''); 431 $html = curl_file_get_html( ''.$pluginurl.'');431 $html = curl_file_get_html($pluginurl); 432 432 $ret = array(); 433 433
Note: See TracChangeset
for help on using the changeset viewer.