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

View File

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