mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (file_exists("config.php")) {
|
||||
include("inc_all.php"); ?>
|
||||
include "inc_all.php";
|
||||
?>
|
||||
<!-- Breadcrumbs-->
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
@@ -15,7 +16,8 @@ if (file_exists("config.php")) {
|
||||
<hr>
|
||||
<?php
|
||||
|
||||
include("footer.php");
|
||||
include "footer.php";
|
||||
|
||||
|
||||
} else {
|
||||
header("Location: setup.php");
|
||||
|
||||
Reference in New Issue
Block a user