mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 14:24:50 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
header("Content-Security-Policy: default-src 'self' fonts.googleapis.com fonts.gstatic.com");
|
||||
|
||||
$session_company_id = 1;
|
||||
require_once('../config.php');
|
||||
require_once('../functions.php');
|
||||
require_once '../config.php';
|
||||
|
||||
require_once '../functions.php';
|
||||
|
||||
require_once ('../get_settings.php');
|
||||
|
||||
if (!isset($_SESSION)) {
|
||||
|
||||
Reference in New Issue
Block a user