标签:http ar bs tt res br ht url system
在" /modules/system/system.module" 里面有一行
$result = drupal_http_request(url(‘‘, array(‘absolute‘ => TRUE)));
改成:
$result = drupal_http_request(url(‘http://drupal.org‘, array(‘absolute‘ => TRUE)));
标签:http ar bs tt res br ht url system
原文地址:http://my.oschina.net/jyb2014/blog/354270