UpdateBjsTemplates.php
authorleon <leon@roojs.com>
Wed, 26 Jul 2023 02:18:37 +0000 (10:18 +0800)
committerleon <leon@roojs.com>
Wed, 26 Jul 2023 02:18:37 +0000 (10:18 +0800)
UpdateBjsTemplates.php

index 724cd91..2deb531 100644 (file)
@@ -199,10 +199,11 @@ class Pman_Cms_UpdateBjsTemplates extends Pman_Admin_UpdateBjsTemplates
         if(isset($ff->Pman_Cms['powerpoint'])) {
             foreach($ff->Pman_Cms['powerpoint'] as $dir) {
                 $strings = $this->scanText($dir);
-
-                die('a');
             }
         }
+
+        var_dump($strings);
+        die('a');
     }
 
     /**