This commit is contained in:
2019-10-06 06:46:23 -07:00
parent 5d96462b49
commit 1e37a7a134
494 changed files with 330 additions and 635207 deletions

View File

@@ -198,7 +198,7 @@ $strings[] = array("qltool","qlmanage");
// Launch Pashua and parse results
$path = __DIR__."/Pashua.app/Contents/MacOS/Pashua";
$path = __DIR__."/bin/Pashua.app/Contents/MacOS/Pashua";
$raw = shell_exec("echo ".escapeshellarg(makeWindowString($p, $strings))." | ".escapeshellarg($path)." - ");
$result = array();
foreach (explode("\n", $raw) as $line) {