From 099d6027c55e72193f1a4fe7369a084cc1ae7fb8 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 10 May 2024 15:45:13 +0200 Subject: [PATCH] moved database creation into global.php --- index.php | 5 +---- res/global.php | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 res/global.php diff --git a/index.php b/index.php index 19a9e46..dfa128b 100644 --- a/index.php +++ b/index.php @@ -54,10 +54,7 @@ session_start();