Update constructs to not have parenthesis.

This commit is contained in:
o-psi
2023-10-20 15:25:52 -05:00
parent 56b91f3278
commit 53c11edc8c
209 changed files with 1591 additions and 800 deletions

View File

@@ -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");