This commit is contained in:
2019-09-30 00:16:55 -07:00
parent 76707c3966
commit 8c6ca92d0a
9 changed files with 1004 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ $p = unserialize(file_get_contents($prefs_file));
// 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))." | ".escapeshellarg($path)." - ");
$result = array();
foreach (explode("\n", $raw) as $line) {