Simplifying composer update logic

This commit is contained in:
Pavel Shevaev 2022-05-18 12:39:12 +03:00
parent 4abd925a9a
commit a65f495d22
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ function update_composer()
{ {
global $GAME_ROOT; global $GAME_ROOT;
include("$GAME_ROOT/composer/update.php"); include("$GAME_ROOT/composer/update.php");
touch("$GAME_ROOT/composer/composer.last");
} }
function try_update_composer() function try_update_composer()