Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 05:44:03 +0000 (13:44 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 05:44:03 +0000 (13:44 +0800)
Images.php

index 13ba397..5097c85 100644 (file)
@@ -338,7 +338,7 @@ class Pman_Core_Images extends Pman
         $baseURL = $ff->Pman_Images['public_baseURL'];
         
         preg_match_all('/<img\s+[^>]+>/i',$html, $result); 
-        //print_r($result);
+        print_r($result);exit;
         $matches = array_unique($result[0]);
         foreach($matches as $img) {
             $imatch = array();