mirror of
https://github.com/itflow-org/itflow
synced 2026-03-21 13:05:39 +00:00
Convert include to require_once
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?php include("inc_all.php"); ?>
|
<?php require_once("inc_all.php"); ?>
|
||||||
|
|
||||||
<!-- Breadcrumbs-->
|
<!-- Breadcrumbs-->
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
|
|
||||||
<script>toastr.success('Have Fun Wozz!!')</script>
|
<script>toastr.success('Have Fun Wozz!!')</script>
|
||||||
|
|
||||||
<?php include("footer.php"); ?>
|
<?php require_once("footer.php"); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user