Update login.php

This commit is contained in:
FusionPBX 2016-12-11 22:54:39 -07:00 committed by GitHub
parent 4e061bafff
commit 9dc644171d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
//start session
ini_set("session.cookie_httponly", True);
session_start();
if (!isset($_SESSION)) { session_start(); }
//retain message
if (isset($_SESSION["message"])) {