Home
last modified time | relevance | path

Searched refs:snapLog (Results 1 – 1 of 1) sorted by relevance

/plugin/snap/
H A Dhelper.php68 var $snapLog=false; variable in helper_plugin_snap
130 $this->snapLog=false;
230 while (!feof($fp)) $this->snapLog.=fgets($fp, 128);
243 $this->snapLog=preg_replace_callback("/&phash=(.*)/",
247 $this->snapLog);
248 $this->snapLog=preg_replace_callback("/&p=(.*)/",
252 $this->snapLog);
255 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;
258 if (preg_match("/html2image error: time out/i",$this->snapLog)) $this->timeout=true;