From 8b6632d36f54f62b11948ea531ac3577af847967 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Thu, 22 Feb 2024 16:34:43 +0100 Subject: [PATCH] fix and layout --- admin/alter_table.php | 1 + admin/login.php | 12 +++--------- index.php | 6 +----- setup.php | 18 +++++------------- 4 files changed, 10 insertions(+), 27 deletions(-) diff --git a/admin/alter_table.php b/admin/alter_table.php index 1415565..253bdad 100644 --- a/admin/alter_table.php +++ b/admin/alter_table.php @@ -1,5 +1,6 @@ @@ -85,7 +83,6 @@ $boolLogin=true;
-

Login

@@ -108,12 +105,9 @@ $boolLogin=true;
- -
- zurück -
- - +
+ zurück +
\ No newline at end of file diff --git a/index.php b/index.php index 4d9f373..2d04eb5 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ header("Location: start.php"); } require("config.php"); - if ($strDistict=="unkown") { header("Location: start.php");} + if ($strDistrict=="unkown") { header("Location: start.php");} require_once("lib/functions.php"); $ref=(isset($_GET['ref']) && ($_GET['ref']==1)); @@ -27,7 +27,6 @@ $strIntro ="

".$strTitle."

"; $strIntro .= nl2br2($strIntroText); - $result= $db->prepare("SELECT loc.*,f.filename FROM location loc LEFT JOIN files f ON loc.id=f.loc_id WHERE loc.district=:district"); @@ -172,8 +171,6 @@ ?>
\ No newline at end of file diff --git a/setup.php b/setup.php index 192ca5a..4d6a6bd 100644 --- a/setup.php +++ b/setup.php @@ -9,13 +9,11 @@ ******************************** */ exit(); + // noch nicht vollständig angepasst require("config.db.php"); $boolError=false; - - ?> - @@ -25,10 +23,9 @@ exit(); Setup @@ -138,10 +135,6 @@ require("config.php");
- - - -

Anbieterinformation

@@ -196,5 +189,4 @@ require("config.php"); }); - - + \ No newline at end of file