modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-07-15 17:35:12 +04:00
parent 58d31339ae
commit 19daaa2893
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ abstract class Application {
if (static::USE_RUNFILE) {
$runfile = app::get()->getRunfile();
global $argc, $argv;
if ($argc === 2 && $argv[1] === "--Application-Runlock-release") {
if ($argc === 2 && ($argv[1] === "--Application-release-runlock" || $argv[1] === "--ARL")) {
$runfile->release();
exit(0);
}