From 340c14838af3bd6b157e57299839a13a8e3a5456 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Mar 2023 12:59:41 +0000 Subject: [PATCH] Cleanup wird jetzt von der Hauptseite aufgerufen --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index f377623..de9a384 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,8 @@ } else { include('config.dist.php'); } + + include('cleanup.php'); ?>