mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Merge pull request #1669 from 0x00000FF/develop
Branch Switching for CI Pass #1668
This commit is contained in:
commit
35f1e8855a
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 = intval(ini_get('session.auto_start'));
|
||||||
|
|
||||||
|
if($sess_autostart === 0)
|
||||||
{
|
{
|
||||||
$checklist['session'] = true;
|
$checklist['session'] = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue