From 8b43c9c08d50b73ae43af71e69ba70fd063fd17e Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 22 Feb 2024 18:38:24 +0100 Subject: [PATCH] www/pages/upgrade.php aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auskommentierung wieder entfernt, da Datenbankupgrade nicht möglich ist und Klick auf "Upgrade" zu Fehlern führt. --- www/pages/upgrade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/pages/upgrade.php b/www/pages/upgrade.php index 8b3d26f0..49b8f085 100644 --- a/www/pages/upgrade.php +++ b/www/pages/upgrade.php @@ -3,7 +3,7 @@ /* * Copyright (c) 2022 OpenXE project */ -/* AUSKOMMENTIERT FB + use Xentral\Components\Database\Exception\QueryFailureException; class upgrade { @@ -22,7 +22,7 @@ class upgrade { public function Install() { /* Fill out manually later */ } - /* AUSKOMMENTIERT FB + function upgrade_overview() { $submit = $this->app->Secure->GetPOST('submit'); @@ -120,4 +120,4 @@ class upgrade { } -AUSKOMMENTIERT FB */ +