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");
|
||||
die;
|
||||
case "Preferences...":
|
||||
exec(escapeshellarg($p['phpbin'])." ".__DIR__."/MinatPrefs.php");
|
||||
exec(escapeshellarg($p['phpbin'])." ".escapeshellarg(__DIR__."/MinatPrefs.php"));
|
||||
addline("Launch preferences");
|
||||
die;
|
||||
case "Show Debug Console":
|
||||
@@ -293,7 +293,7 @@ if ($p['ding']) {
|
||||
$pass[] = 1;
|
||||
}
|
||||
|
||||
$cmd = "open -n ".__DIR__."/Parallel.app --args ".implode(" ",$pass);
|
||||
$cmd = "open -n ".escapeshellarg(__DIR__."/Parallel.app")." --args ".implode(" ",$pass);
|
||||
|
||||
addline($cmd);
|
||||
exec($cmd);
|
||||
|
||||
Reference in New Issue
Block a user