Add more protections to prevent XE core update

This commit is contained in:
Kijin Sung 2020-02-15 16:32:09 +09:00
parent 030f27d488
commit 1d0c1a5329
5 changed files with 12 additions and 8 deletions

View file

@ -216,7 +216,7 @@ class autoinstallAdminView extends autoinstall
if($v->type == "core")
{
$v->avail_remove = FALSE;
continue;
}
else if($v->type == "module")
{