0.1.8
This commit is contained in:
BIN
Minat.app.zip
BIN
Minat.app.zip
Binary file not shown.
@@ -63,7 +63,7 @@ switch (@$argv[0]) {
|
|||||||
addline("Launch without argv");
|
addline("Launch without argv");
|
||||||
die;
|
die;
|
||||||
case "Preferences...":
|
case "Preferences...":
|
||||||
exec(escapeshellarg($p['phpbin'])." ".__DIR__."/MinatPrefs.php");
|
exec(escapeshellarg($p['phpbin'])." ".escapeshellarg(__DIR__."/MinatPrefs.php"));
|
||||||
addline("Launch preferences");
|
addline("Launch preferences");
|
||||||
die;
|
die;
|
||||||
case "Show Debug Console":
|
case "Show Debug Console":
|
||||||
@@ -293,7 +293,7 @@ if ($p['ding']) {
|
|||||||
$pass[] = 1;
|
$pass[] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
$cmd = "open -n ".__DIR__."/Parallel.app --args ".implode(" ",$pass);
|
$cmd = "open -n ".escapeshellarg(__DIR__."/Parallel.app")." --args ".implode(" ",$pass);
|
||||||
|
|
||||||
addline($cmd);
|
addline($cmd);
|
||||||
exec($cmd);
|
exec($cmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user