This commit is contained in:
2019-09-27 01:54:17 -07:00
parent b92a5cb366
commit 6339336048
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -63,7 +63,7 @@ switch (@$argv[0]) {
addline("Launch without argv"); addline("Launch without argv");
die; die;
case "Preferences...": case "Preferences...":
exec($p['phpbin']." ".__DIR__."/MinatPrefs.php"); exec(escapeshellarg($p['phpbin'])." ".__DIR__."/MinatPrefs.php");
addline("Launch preferences"); addline("Launch preferences");
die; die;
case "Show Debug Console": case "Show Debug Console":