Skip to content
Snippets Groups Projects
Commit 7e27eee5 authored by omaarfa's avatar omaarfa
Browse files

HOTFIX 2 add baeckerAjax.php to index.php

parent e4b60e89
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,8 @@ class Index extends Page ...@@ -65,7 +65,8 @@ class Index extends Page
protected function getViewData():array protected function getViewData():array
{ {
return array("Bestellung" => "./Bestellung.php", "Bäcker" => "./Baecker.php", return array("Bestellung" => "./Bestellung.php", "Bäcker" => "./Baecker.php",
"Kunde" => "./Kunde.php", "Fahrer" => "./Fahrer.php", "Kundenstatus" => "./Kundenstatus.php"); "Kunde" => "./Kunde.php", "Fahrer" => "./Fahrer.php", "Kundenstatus" => "./Kundenstatus.php",
"Bäcker (AJAX)" => "./Baeckerajax.php");
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment