mirror of
https://github.com/itflow-org/itflow
synced 2026-03-20 04:34:51 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
* New ticket form
|
||||
*/
|
||||
|
||||
require_once('inc_portal.php');
|
||||
require_once 'inc_portal.php';
|
||||
|
||||
?>
|
||||
|
||||
<ol class="breadcrumb d-print-none">
|
||||
@@ -57,4 +58,5 @@ require_once('inc_portal.php');
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require_once('portal_footer.php');
|
||||
require_once 'portal_footer.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user