Simplifying composer update logic
This commit is contained in:
parent
4abd925a9a
commit
a65f495d22
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue