File/Convert.php
authoredward <edward@roojs.com>
Thu, 22 Feb 2018 06:14:01 +0000 (14:14 +0800)
committeredward <edward@roojs.com>
Thu, 22 Feb 2018 06:14:01 +0000 (14:14 +0800)
File/Convert.php

index 5986105..59cf06a 100644 (file)
@@ -2027,7 +2027,7 @@ class File_Convert_Solution
         $gifsicle = System::which("gifsicle");
         
         $cmd = "{$gifsicle} {$flat} {$fn} > {$target}";
-        
+        print_r($cmd);exit;
         if ($this->debug) {
            echo "$cmd <br/>";
         }