Update index.php
This commit is contained in:
@@ -9,7 +9,7 @@ $pfad = $_GET["pfad"] ?? "home";
|
|||||||
Controller für Aktionen werden vor der HTML-Ausgabe geladen,
|
Controller für Aktionen werden vor der HTML-Ausgabe geladen,
|
||||||
damit Weiterleitungen mit header() funktionieren.
|
damit Weiterleitungen mit header() funktionieren.
|
||||||
*/
|
*/
|
||||||
/*if ($pfad === "login") {
|
if ($pfad === "login") {
|
||||||
include_once "php/controller/login-controller.php";
|
include_once "php/controller/login-controller.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ if ($pfad === "logout") {
|
|||||||
if ($pfad === "deleteAccount") {
|
if ($pfad === "deleteAccount") {
|
||||||
include_once "content/deleteAccount.php";
|
include_once "content/deleteAccount.php";
|
||||||
exit();
|
exit();
|
||||||
}*/
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user