Plugin Directory

Changeset 1319897


Ignore:
Timestamp:
01/02/2016 01:40:59 PM (10 years ago)
Author:
vividlteam
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thunder-port/trunk/thunder_port.php

    r1319894 r1319897  
    317317    if($page == 1) {
    318318        // $html = file_get_html(''.$pluginurl.'/');
    319         $html = curl_file_get_html($pluginurl);
     319        $html = curl_file_get_html(''.$pluginurl.'/');
    320320       
    321321        foreach($html->find('td') as $article) {
     
    344344
    345345            // $html = file_get_html(''.$pluginurl.'/page/'.$x.'/');
    346             $html = curl_file_get_html($pluginurl.'/page/'.$x.'/');
     346            $html = curl_file_get_html(''.$pluginurl.'/page/'.$x.'/');
    347347           
    348348            // get news block
     
    384384    $pluginname = $plname;
    385385    // $html = file_get_html(''.$pluginurl.'');
    386     $html = curl_file_get_html($pluginurl);
     386    $html = curl_file_get_html(''.$pluginurl.'');
    387387    $ret = array();
    388388   
Note: See TracChangeset for help on using the changeset viewer.