";
echo "Zurück zur Übersicht\n";
}
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/admin/inhalte/gb/del.php b/admin/inhalte/gb/del.php
index 6607120..1ab0fb7 100644
--- a/admin/inhalte/gb/del.php
+++ b/admin/inhalte/gb/del.php
@@ -14,6 +14,4 @@ if ($result2) {
} else {
echo "Fehler beim L�schen";
}
-echo 'Zurück zur Übersicht';
-
-
+echo 'Zurück zur Übersicht';
\ No newline at end of file
diff --git a/admin/inhalte/gb/edit.php b/admin/inhalte/gb/edit.php
index cfc66c3..aaa4eec 100644
--- a/admin/inhalte/gb/edit.php
+++ b/admin/inhalte/gb/edit.php
@@ -41,5 +41,4 @@ if (!isset($_POST['Speichern'])) {
}
echo "Der Eintrag wurde geändert ";
echo 'Zurück zur Übersicht';
-}
-?>
+}
\ No newline at end of file
diff --git a/admin/inhalte/gb/new.php b/admin/inhalte/gb/new.php
index d69513c..eda7154 100644
--- a/admin/inhalte/gb/new.php
+++ b/admin/inhalte/gb/new.php
@@ -62,5 +62,4 @@ if (!isset($_POST['Speichern'])) {
unlink($uploaddir . $_FILES['Foto']['name']);
}
echo 'Zurück zur Übersicht';
-}
-?>
+}
\ No newline at end of file
diff --git a/admin/inhalte/kal/amelie.php b/admin/inhalte/kal/amelie.php
index 150f9d4..d044ce3 100644
--- a/admin/inhalte/kal/amelie.php
+++ b/admin/inhalte/kal/amelie.php
@@ -5,15 +5,13 @@ $table = "Kal_Amelie";
$ref = "index.php?section=kal&t=amelie";
if (isset($_POST['add'])) {
- include "inhalte/kal/belegung/add.php";
+ include __DIR__ . '/belegung/add.php';
} elseif (isset($_POST['edit'])) {
- include "inhalte/kal/belegung/edit.php";
+ include __DIR__ . '/belegung/edit.php';
} elseif (isset($_POST['del'])) {
- include "inhalte/kal/belegung/del.php";
+ include __DIR__ . '/belegung/del.php';
} elseif (isset($_POST['view'])) {
- include "inhalte/kal/belegung/view.php";
+ include __DIR__ . '/belegung/view.php';
} else {
- include "inhalte/kal/belegung/standard.php";
-}
-
-?>
\ No newline at end of file
+ include __DIR__ . '/belegung/standard.php';
+}
\ No newline at end of file
diff --git a/admin/inhalte/kal/belegung/add.php b/admin/inhalte/kal/belegung/add.php
index f020bc1..9089be1 100644
--- a/admin/inhalte/kal/belegung/add.php
+++ b/admin/inhalte/kal/belegung/add.php
@@ -30,6 +30,4 @@ if (!isset($_POST['Speichern'])) {
}
echo 'Zurück zur Übersicht';
-}
-
-?>
+}
\ No newline at end of file
diff --git a/admin/inhalte/kal/belegung/del.php b/admin/inhalte/kal/belegung/del.php
index a5cd5fd..220abee 100644
--- a/admin/inhalte/kal/belegung/del.php
+++ b/admin/inhalte/kal/belegung/del.php
@@ -7,6 +7,4 @@ if ($result2) {
} else {
echo "Fehler beim L�schen";
}
-echo 'Zurück zur Übersicht';
-
-
+echo 'Zurück zur Übersicht';
\ No newline at end of file
diff --git a/admin/inhalte/kal/belegung/edit.php b/admin/inhalte/kal/belegung/edit.php
index 3db6bc9..68740b4 100644
--- a/admin/inhalte/kal/belegung/edit.php
+++ b/admin/inhalte/kal/belegung/edit.php
@@ -5,7 +5,6 @@ $sql1 = 'SELECT * FROM ' . $table . ' WHERE ID = "' . $_POST['Titel'] . '";';
$result1 = $db->query($sql1);
$nt1 = $result1->fetch_assoc();
if (!isset($_POST['Speichern'])) {
- var_dump($_POST);
echo " ";
?>
@@ -36,6 +35,4 @@ if (!isset($_POST['Speichern'])) {
}
echo 'Zurück zur Übersicht';
-}
-
-?>
+}
\ No newline at end of file
diff --git a/admin/inhalte/kal/gaby.php b/admin/inhalte/kal/gaby.php
index c7f3245..44fb480 100644
--- a/admin/inhalte/kal/gaby.php
+++ b/admin/inhalte/kal/gaby.php
@@ -5,15 +5,13 @@ $table = "Kal_Gaby";
$ref = "index.php?section=kal&t=gaby";
if (isset($_POST['add'])) {
- include "inhalte/kal/belegung/add.php";
+ include __DIR__ . '/belegung/add.php';
} elseif (isset($_POST['edit'])) {
- include "inhalte/kal/belegung/edit.php";
+ include __DIR__ . '/belegung/edit.php';
} elseif (isset($_POST['del'])) {
- include "inhalte/kal/belegung/del.php";
+ include __DIR__ . '/belegung/del.php';
} elseif (isset($_POST['view'])) {
- include "inhalte/kal/belegung/view.php";
+ include __DIR__ . '/belegung/view.php';
} else {
- include "inhalte/kal/belegung/standard.php";
-}
-
-?>
\ No newline at end of file
+ include __DIR__ . '/belegung/standard.php';
+}
\ No newline at end of file
diff --git a/admin/inhalte/kal/saison.php b/admin/inhalte/kal/saison.php
index c2b4ed3..759e9d6 100644
--- a/admin/inhalte/kal/saison.php
+++ b/admin/inhalte/kal/saison.php
@@ -1,12 +1,12 @@
error);
}
echo 'Zurück zur Übersicht';
-}
-
-?>
+}
\ No newline at end of file
diff --git a/admin/inhalte/kal/saison/del.php b/admin/inhalte/kal/saison/del.php
index 7bf40a3..cab349b 100644
--- a/admin/inhalte/kal/saison/del.php
+++ b/admin/inhalte/kal/saison/del.php
@@ -7,6 +7,4 @@ if ($result2) {
} else {
echo "Fehler beim L�schen";
}
-echo 'Zurück zur Übersicht';
-
-
+echo 'Zurück zur Übersicht';
\ No newline at end of file
diff --git a/admin/inhalte/kal/saison/edit.php b/admin/inhalte/kal/saison/edit.php
index 760595b..c9ad93a 100644
--- a/admin/inhalte/kal/saison/edit.php
+++ b/admin/inhalte/kal/saison/edit.php
@@ -45,6 +45,4 @@ if (!isset($_POST['Speichern'])) {
die ('Query konnte nicht ausgeführt werden: ' . $stmt1->error);
}
echo 'Zurück zur übersicht';
-}
-
-?>
+}
\ No newline at end of file
diff --git a/admin/inhalte/preise/view.php b/admin/inhalte/preise/view.php
index 7e7332f..436dca7 100644
--- a/admin/inhalte/preise/view.php
+++ b/admin/inhalte/preise/view.php
@@ -51,5 +51,4 @@ if (!isset($_POST['Speichern'])) {
}
echo "Der Eintrag wurde geändert ";
echo 'Zurück zur Übersicht';
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/admin/kal.php b/admin/kal.php
index 4c83c24..95ccf88 100644
--- a/admin/kal.php
+++ b/admin/kal.php
@@ -2,16 +2,15 @@
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/angebot.php b/angebot.php
index e70612c..aacbdb3 100644
--- a/angebot.php
+++ b/angebot.php
@@ -269,5 +269,4 @@
Interesse im Sinne von Art. 6 Abs. 1 lit. f DSGVO dar.
Mehr Informationen zum Umgang mit Nutzerdaten finden Sie in der Datenschutzerklärung von Google:
https://www.google.de/intl/de/policies/privacy/.
-
-
\ No newline at end of file
+
-
- ";
- include "inhalte/kal_def.php";
- ?>
+
+
+
+
+
diff --git a/inhalte/amelie/preise.php b/inhalte/amelie/preise.php
index c243206..06e5b6d 100644
--- a/inhalte/amelie/preise.php
+++ b/inhalte/amelie/preise.php
@@ -65,11 +65,8 @@
echo " \n";
?>
-";
-include "inhalte/kal_def.php";
-echo " \n";
-include "inhalte/preis_def.php";
-
-?>
+
+
+
+
+
\ No newline at end of file
diff --git a/inhalte/amelie/standard.php b/inhalte/amelie/standard.php
index 389262e..4ec7d27 100644
--- a/inhalte/amelie/standard.php
+++ b/inhalte/amelie/standard.php
@@ -24,9 +24,4 @@
Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/inhalte/gaby/anfrage.php b/inhalte/gaby/anfrage.php
index 598422a..abb45ff 100644
--- a/inhalte/gaby/anfrage.php
+++ b/inhalte/gaby/anfrage.php
@@ -29,8 +29,8 @@
-";
-include "inhalte/kal_def.php";
-?>
\ No newline at end of file
+
+
+
+
+
diff --git a/inhalte/gaby/preise.php b/inhalte/gaby/preise.php
index 2368645..3fb26e1 100644
--- a/inhalte/gaby/preise.php
+++ b/inhalte/gaby/preise.php
@@ -65,11 +65,8 @@
echo " \n";
?>
-";
-include "inhalte/kal_def.php";
-echo " \n";
-include "inhalte/preis_def.php";
-
-?>
+
+
+
+
+
\ No newline at end of file
diff --git a/inhalte/gaby/standard.php b/inhalte/gaby/standard.php
index 7466960..ab64aa4 100644
--- a/inhalte/gaby/standard.php
+++ b/inhalte/gaby/standard.php
@@ -18,9 +18,4 @@
Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive.
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/inhalte/haus/gesch.php b/inhalte/haus/gesch.php
index 1e0870c..34c7826 100644
--- a/inhalte/haus/gesch.php
+++ b/inhalte/haus/gesch.php
@@ -33,7 +33,4 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/inhalte/haus/lage.php b/inhalte/haus/lage.php
index f8efb09..d430141 100644
--- a/inhalte/haus/lage.php
+++ b/inhalte/haus/lage.php
@@ -28,7 +28,4 @@
-
-
+
\ No newline at end of file
diff --git a/inhalte/haus/standard.php b/inhalte/haus/standard.php
index f74baf0..e64183c 100644
--- a/inhalte/haus/standard.php
+++ b/inhalte/haus/standard.php
@@ -23,8 +23,4 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/inhalte/haus/wohn.php b/inhalte/haus/wohn.php
index c2a6b89..4ffe7e5 100644
--- a/inhalte/haus/wohn.php
+++ b/inhalte/haus/wohn.php
@@ -1,30 +1,30 @@
-
-
Unsere Wohnungen
-
- Unser Ferienhaus Wille bietet Ihnen zwei komfortable, gemütliche und liebevoll
- im Detail eingerichtete Nichtraucher Wohnungen für jeweils zwei Personen. Beide
- wurden nach den Kriterien des Deutschen Tourismusverbandes klassifiziert und
- mit 4 Sternen ausgezeichnet.
-
-
Unser Service für Sie:
-
-
Bring- und Abholservice vom Bahnhof Sonthofen
-
gefüllter Kühlschrank mit regionalen Produkten (bitte Bestell-Liste anfordern; separate Abrechnung je nach
- Einkauf)
-
-
Handtücher, weiße Kochbettwäsche inklusive (wie im Hotel! Der Unterschied:
- Bei uns kümmert sich die Hausherrin persönlich darum)
-
-
Endreinigung und W-LAN inklusive
-
Busticket im Ferienland Bad Hindelang und
- zahlreiche Ermäßigungen auf die Allgäu-Walser-Gästekarte
-
-
+
+
Unsere Wohnungen
+
+ Unser Ferienhaus Wille bietet Ihnen zwei komfortable, gemütliche und liebevoll
+ im Detail eingerichtete Nichtraucher Wohnungen für jeweils zwei Personen. Beide
+ wurden nach den Kriterien des Deutschen Tourismusverbandes klassifiziert und
+ mit 4 Sternen ausgezeichnet.
+
+
Unser Service für Sie:
+
+
Bring- und Abholservice vom Bahnhof Sonthofen
+
gefüllter Kühlschrank mit regionalen Produkten (bitte Bestell-Liste anfordern; separate Abrechnung je nach
+ Einkauf)
+
+
Handtücher, weiße Kochbettwäsche inklusive (wie im Hotel! Der Unterschied:
+ Bei uns kümmert sich die Hausherrin persönlich darum)
+
+
Endreinigung und W-LAN inklusive
+
Busticket im Ferienland Bad Hindelang und
+ zahlreiche Ermäßigungen auf die Allgäu-Walser-Gästekarte
+
\ No newline at end of file
diff --git a/inhalte/kontakt/imp.php b/inhalte/kontakt/imp.php
index bd3ed7b..a2bc7d3 100644
--- a/inhalte/kontakt/imp.php
+++ b/inhalte/kontakt/imp.php
@@ -43,37 +43,16 @@
+
\ No newline at end of file
diff --git a/inhalte/kontakt/standard.php b/inhalte/kontakt/standard.php
index c01389d..5f894e3 100644
--- a/inhalte/kontakt/standard.php
+++ b/inhalte/kontakt/standard.php
@@ -79,36 +79,16 @@
+
\ No newline at end of file
diff --git a/inhalte/preis_def.php b/inhalte/preis_def.php
index 36efeb2..597c26f 100644
--- a/inhalte/preis_def.php
+++ b/inhalte/preis_def.php
@@ -7,5 +7,4 @@
eine Reiserücktrittversicherung abzuschließen, damit bei einer eventuellen Stornierung für beide
Seiten keine finanziellen Nachteile entstehen! Bei Stornierungen erlauben wir uns nach den Bestimmungen des BGB
Stornogebühren in Höhe von 90 % bei Ferienwohnungen des vereinbarten Mietpreises zu berechnen.
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/inhalte/rfoto.php b/inhalte/rfoto.php
index 403a387..d9fdc44 100644
--- a/inhalte/rfoto.php
+++ b/inhalte/rfoto.php
@@ -14,6 +14,7 @@ if (isset($_GET['t'])) {
if (isset($_GET['f'])) {
$pic = $path . $_GET['f'] . ".jpg";
+ echo "
\n";
echo " \n";
@@ -38,6 +40,4 @@ for ($i = 9; $i >= 0; $i--) {
$ref = $link . "f=$i";
echo " \n";
}
-}
-echo "\n";
-
+}
\ No newline at end of file
diff --git a/inhalte/umgebung/gb.php b/inhalte/umgebung/gb.php
index 0a273f4..0e3e00b 100644
--- a/inhalte/umgebung/gb.php
+++ b/inhalte/umgebung/gb.php
@@ -11,7 +11,4 @@ while ($nt1 = $result1->fetch_assoc()) {
echo "
" . nl2br($nt1['Text']) . "
\n";
echo " \n";
echo "\n";
-}
-
-
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/inhalte/umgebung/links.php b/inhalte/umgebung/links.php
index 29a5c7b..017f694 100644
--- a/inhalte/umgebung/links.php
+++ b/inhalte/umgebung/links.php
@@ -102,5 +102,4 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/inhalte/umgebung/standard.php b/inhalte/umgebung/standard.php
index 1d24e32..82bc8ff 100644
--- a/inhalte/umgebung/standard.php
+++ b/inhalte/umgebung/standard.php
@@ -37,5 +37,4 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/kontakt.php b/kontakt.php
index e792116..99b777d 100644
--- a/kontakt.php
+++ b/kontakt.php
@@ -15,6 +15,4 @@ if (!isset($_GET['t'])) {
} else {
include "inhalte/kontakt/standard.php";
}
-}
-
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/public/admin/index.php b/public/admin/index.php
new file mode 100644
index 0000000..5016836
--- /dev/null
+++ b/public/admin/index.php
@@ -0,0 +1,22 @@
+
+
+
+
+
+ Administrationsbereich Ferienhaus - Wille
+
+
+
+
+