mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 11:54:52 +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';
|
||||
|
||||
?>
|
||||
|
||||
<h2>Profile</h2>
|
||||
@@ -45,4 +46,5 @@ require_once('inc_portal.php');
|
||||
<?php endif ?>
|
||||
|
||||
<?php
|
||||
require_once('portal_footer.php');
|
||||
require_once 'portal_footer.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user