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,
|
||||
damit Weiterleitungen mit header() funktionieren.
|
||||
*/
|
||||
/*if ($pfad === "login") {
|
||||
if ($pfad === "login") {
|
||||
include_once "php/controller/login-controller.php";
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ if ($pfad === "logout") {
|
||||
if ($pfad === "deleteAccount") {
|
||||
include_once "content/deleteAccount.php";
|
||||
exit();
|
||||
}*/
|
||||
}
|
||||
?>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user