Jacek Kowalski
2012-08-29 48c64f6d6fcc3c32669d0ad556dd1777b3077c08
class/DownloadHelper.php
@@ -10,7 +10,7 @@
   protected $cacheInfo = array();
   
   function build_url($components) {
      return $components['scheme'].'://'.($components['user'] ? $components['user'].($components['pass'] ? ':'.$components['pass'] : '').'@' : '').$components['host'].($components['path'] ? $components['path'] : '/').($components['query'] ? '?'.$components['query'] : '');
      return $components['scheme'].'://'.(isset($components['user']) && !empty($components['user']) ? $components['user'].(isset($components['pass']) && !empty($components['pass']) ? ':'.$components['pass'] : '').'@' : '').$components['host'].($components['path'] ? $components['path'] : '/').($components['query'] ? '?'.$components['query'] : '');
   }
   
   function __construct($url) {
@@ -111,7 +111,6 @@
      
      $this->cacheInfo['last_updated'] = time();
      $info = $this->getinfo();
      var_dump($info);
      
      if($info['http_code'] == '304') {
         // Plik się nie zmienił...