From f782c6f5313a693203bfc6c4e3605e5631f0e7b4 Mon Sep 17 00:00:00 2001 From: sld-admin Date: Mon, 10 Aug 2026 17:48:24 +0100 Subject: [PATCH] Added new features: adding new constant in a loop --- config/constants.php | 42 +++++++++++++++++++++++++++++++++++++++++ config/settings.php | 10 ++++++++++ functions/functions.php | 1 + pages/home.php | 6 ++++++ public_html | 1 + 5 files changed, 60 insertions(+) create mode 120000 public_html diff --git a/config/constants.php b/config/constants.php index ab60dd8..bc09841 100644 --- a/config/constants.php +++ b/config/constants.php @@ -1,4 +1,15 @@ \ No newline at end of file diff --git a/config/settings.php b/config/settings.php index bb97f9a..5a4a6da 100644 --- a/config/settings.php +++ b/config/settings.php @@ -1,6 +1,7 @@ +
+

Welcome to the Home Page

+

This is the home page.

+
+ diff --git a/public_html b/public_html new file mode 120000 index 0000000..d1729e2 --- /dev/null +++ b/public_html @@ -0,0 +1 @@ +public_html \ No newline at end of file