mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 04:44:51 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
* OAuth Login via Microsoft IDP
|
||||
*/
|
||||
|
||||
require_once('../config.php');
|
||||
require_once('../functions.php');
|
||||
require_once '../config.php';
|
||||
|
||||
require_once '../functions.php';
|
||||
|
||||
|
||||
if (!isset($_SESSION)) {
|
||||
// HTTP Only cookies
|
||||
|
||||
Reference in New Issue
Block a user