mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
parent
be1fbc9d65
commit
19e7f6b3e8
1 changed files with 3 additions and 1 deletions
|
|
@ -320,7 +320,9 @@ class installController extends install
|
||||||
$license_agreement_time = intval(trim(FileHandler::readFile($this->flagLicenseAgreement)));
|
$license_agreement_time = intval(trim(FileHandler::readFile($this->flagLicenseAgreement)));
|
||||||
if(isset($_SESSION['license_agreement']) && (!$license_agreement_time || ($license_agreement_time == $_SESSION['license_agreement'])))
|
if(isset($_SESSION['license_agreement']) && (!$license_agreement_time || ($license_agreement_time == $_SESSION['license_agreement'])))
|
||||||
{
|
{
|
||||||
if(ini_get('session.auto_start') == 0)
|
$sess_autostart = ini_get('session.auto_start');
|
||||||
|
|
||||||
|
if($sess_autostart === 0 || $sess_autostart === "")
|
||||||
{
|
{
|
||||||
$checklist['session'] = true;
|
$checklist['session'] = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue