www/pages/upgrade.php aktualisiert

This commit is contained in:
felix 2024-02-21 15:11:52 +01:00
parent 9f633a8fdd
commit b39a7e5adb
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
/* /*
* Copyright (c) 2022 OpenXE project * Copyright (c) 2022 OpenXE project
*/ */
/* AUSKOMMENTIERT FB
use Xentral\Components\Database\Exception\QueryFailureException; use Xentral\Components\Database\Exception\QueryFailureException;
class upgrade { class upgrade {
@ -22,7 +22,7 @@ class upgrade {
public function Install() { public function Install() {
/* Fill out manually later */ /* Fill out manually later */
} }
/* AUSKOMMENTIERT FB
function upgrade_overview() { function upgrade_overview() {
$submit = $this->app->Secure->GetPOST('submit'); $submit = $this->app->Secure->GetPOST('submit');
@ -120,4 +120,4 @@ class upgrade {
} }
AUSKOMMENTIERT FB */