From 7297c9ef071e289b00a7cdb877ea6fcc9b69cae1 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 21 Nov 2025 02:01:24 +0100 Subject: [PATCH] config --- config/staging/fileload.php | 6 +++--- src/.gitkeep | 0 src/demo.txt | 1 - src/functions.php | 2 -- 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 src/.gitkeep delete mode 100644 src/demo.txt diff --git a/config/staging/fileload.php b/config/staging/fileload.php index 2e540f5..be10a91 100644 --- a/config/staging/fileload.php +++ b/config/staging/fileload.php @@ -2,6 +2,6 @@ ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); -//require __DIR__ . "/config.php"; -//require __DIR__ . "/db.php"; -//require __DIR__ . '/../src/functions.php'; +require __DIR__ . "/config.php"; +require __DIR__ . "/db.php"; +require __DIR__ . '/../src/functions.php'; diff --git a/src/.gitkeep b/src/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/demo.txt b/src/demo.txt deleted file mode 100644 index efd261b..0000000 --- a/src/demo.txt +++ /dev/null @@ -1 +0,0 @@ -demo \ No newline at end of file diff --git a/src/functions.php b/src/functions.php index 437407c..611e21c 100644 --- a/src/functions.php +++ b/src/functions.php @@ -1,7 +1,5 @@