mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Working on the index page
This commit is contained in:
@@ -46,10 +46,10 @@ include "root.php";
|
||||
}
|
||||
|
||||
// if not logged in, clear the session variables
|
||||
if (strlen($_SESSION["username"]) == 0) {
|
||||
session_unset();
|
||||
session_destroy();
|
||||
}
|
||||
//if (strlen($_SESSION["username"]) == 0) {
|
||||
// session_unset();
|
||||
// session_destroy();
|
||||
//}
|
||||
|
||||
//adds multiple includes
|
||||
require_once "resources/require.php";
|
||||
|
||||
Reference in New Issue
Block a user