From 122959d11c37370fe9f3474001ab05cfc7712f1f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 26 Oct 2024 11:47:06 +0200 Subject: [PATCH] code beautify --- index.php | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/index.php b/index.php index ce750c740..b6fa64a0d 100644 --- a/index.php +++ b/index.php @@ -1,23 +1,35 @@ + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License + * @link https://www.seeddms.org Main Site + */ -require("inc/inc.Settings.php"); +require "inc/inc.Settings.php"; if(true) { require_once("inc/inc.Utils.php");