Update login.php

This commit is contained in:
FusionPBX 2019-09-24 13:54:33 -06:00 committed by GitHub
parent 973ca47330
commit c93f1a173d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
require_once "resources/require.php";
//start session
ini_set("session.cookie_httponly", True);
if (!isset($_SESSION)) { session_start(); }
//if config.php file does not exist then redirect to the install page