mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge pull request #1 from 0x00000FF/patch-1
Branch switching for CI pass
This commit is contained in:
commit
d83656d6ce
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