mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 15:24:51 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
header("Content-Security-Policy: default-src 'self' fonts.googleapis.com fonts.gstatic.com");
|
||||
|
||||
require_once("inc_portal.php");
|
||||
require_once "inc_portal.php";
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -36,4 +37,5 @@ require_once("inc_portal.php");
|
||||
|
||||
</div>
|
||||
|
||||
<?php require_once("portal_footer.php"); ?>
|
||||
<?php require_once "portal_footer.php";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user