shish před 2 roky
rodič
revize
ea9852920c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -52,7 +52,7 @@ class TestController extends BaseController
         $c = new Converter(null, [
         $c = new Converter(null, [
             "fmt" => "png",
             "fmt" => "png",
             "in" => "http://www.wixhb.com/",
             "in" => "http://www.wixhb.com/",
-            "out" => "test.png"
+            "out" => "/tmp/test.png"
         ]);
         ]);
         $c->convert();
         $c->convert();
     }
     }