mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#1334 안전하지 않은 PHP 버전 사용에 대한 경고 및 쉬운설치 차단
- PHP 5.3이하 버전 사용에 대한 경고문 추가 - PHP 5.3이하 버전에서 XE Core 1.8로 업데이트 차단
This commit is contained in:
parent
656e378175
commit
9587c6fcbe
6 changed files with 42 additions and 2 deletions
|
|
@ -306,6 +306,7 @@ class autoinstallAdminModel extends autoinstall
|
|||
if($dep->path === '.')
|
||||
{
|
||||
$package->contain_core = TRUE;
|
||||
$package->contain_core_version = $dep->version;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
@ -327,6 +328,7 @@ class autoinstallAdminModel extends autoinstall
|
|||
if($package->path === '.')
|
||||
{
|
||||
$package->contain_core = TRUE;
|
||||
$package->contain_core_version = $package->version;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue