From 2d8a37e7ac46aa100f2e460b024d21bae2883f5b Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Fri, 6 Sep 2024 13:19:19 +0200
Subject: Move from SSI to PHP
---
.htaccess | 7 ----
frames.html | 27 --------------
frames.php | 27 ++++++++++++++
includes/.htaccess | 2 +-
includes/template_end.html | 2 --
includes/template_end.php | 2 ++
includes/template_head_end.html | 18 ----------
includes/template_head_end.php | 10 ++++++
includes/template_head_start.html | 14 --------
includes/template_head_start.php | 20 +++++++++++
includes/template_start.html | 2 --
includes/template_start.php | 3 ++
index.html | 3 +-
navside.html | 13 +++----
pages/about.html | 67 ----------------------------------
pages/about.php | 67 ++++++++++++++++++++++++++++++++++
pages/dekomp.html | 6 ----
pages/dekomp.php | 6 ++++
pages/exklusiv.html | 6 ----
pages/exklusiv.php | 6 ++++
pages/loesung.html | 75 ---------------------------------------
pages/loesung.php | 75 +++++++++++++++++++++++++++++++++++++++
pages/sent.html | 9 -----
pages/sent.php | 9 +++++
pages/start.html | 18 ----------
pages/start.php | 18 ++++++++++
pages/trivia.html | 6 ----
pages/trivia.php | 6 ++++
28 files changed, 259 insertions(+), 265 deletions(-)
delete mode 100644 frames.html
create mode 100644 frames.php
delete mode 100644 includes/template_end.html
create mode 100644 includes/template_end.php
delete mode 100644 includes/template_head_end.html
create mode 100644 includes/template_head_end.php
delete mode 100644 includes/template_head_start.html
create mode 100644 includes/template_head_start.php
delete mode 100644 includes/template_start.html
create mode 100644 includes/template_start.php
delete mode 100644 pages/about.html
create mode 100644 pages/about.php
delete mode 100644 pages/dekomp.html
create mode 100644 pages/dekomp.php
delete mode 100644 pages/exklusiv.html
create mode 100644 pages/exklusiv.php
delete mode 100644 pages/loesung.html
create mode 100644 pages/loesung.php
delete mode 100644 pages/sent.html
create mode 100644 pages/sent.php
delete mode 100644 pages/start.html
create mode 100644 pages/start.php
delete mode 100644 pages/trivia.html
create mode 100644 pages/trivia.php
diff --git a/.htaccess b/.htaccess
index d37d698..542c57e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,10 +1,3 @@
-Options +Includes
-
-AddType text/html .html
-AddOutputFilter INCLUDES .html
-
-DirectoryIndex index.html
-
Redirect 404 /.env
Redirect 404 /.env.example
diff --git a/frames.html b/frames.html
deleted file mode 100644
index 04d3f54..0000000
--- a/frames.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- Mystic House Corner
-
-
-
-
\ No newline at end of file
diff --git a/frames.php b/frames.php
new file mode 100644
index 0000000..4424e1e
--- /dev/null
+++ b/frames.php
@@ -0,0 +1,27 @@
+
+
+
+
+
+ Mystic House Corner
+
+
+
+
+
+
+
+
+ " name="main" frameBorder="0" border="0" noresize>
+
+
+
+
+
+ Oh nein, Ihr Browser unterstützt keine Frames!
+ Bitte nutzen Sie einen WWW-Browser, der Frames unterstützt!
+ |
+ |
+
+
+
\ No newline at end of file
diff --git a/includes/.htaccess b/includes/.htaccess
index a13210a..b66e808 100644
--- a/includes/.htaccess
+++ b/includes/.htaccess
@@ -1 +1 @@
-#Require all denied
+Require all denied
diff --git a/includes/template_end.html b/includes/template_end.html
deleted file mode 100644
index 308b1d0..0000000
--- a/includes/template_end.html
+++ /dev/null
@@ -1,2 +0,0 @@
-