webkitpdf.php
authorAlan Knowles <alan@roojs.com>
Mon, 23 Nov 2015 07:55:46 +0000 (15:55 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Nov 2015 07:55:46 +0000 (15:55 +0800)
webkitpdf.php

index 94ec51d..e415472 100644 (file)
@@ -35,7 +35,7 @@ class WebkitPdf
             $this->h404("missing timeout");
         }
         
-        $xvfb = System::which('xvfb');
+        $xvfb = System::which('xvfb-run');
         if (empty($xvfb)) {
             $this->h404("missing xvfb");
         }