Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WS23 EWA Praktikum Pizzaservice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Omar Ibrahim Arfa
WS23 EWA Praktikum Pizzaservice
Commits
7e27eee5
Commit
7e27eee5
authored
1 year ago
by
omaarfa
Browse files
Options
Downloads
Patches
Plain Diff
HOTFIX 2 add baeckerAjax.php to index.php
parent
e4b60e89
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Praktikum/Prak5/index.php
+2
-1
2 additions, 1 deletion
src/Praktikum/Prak5/index.php
with
2 additions
and
1 deletion
src/Praktikum/Prak5/index.php
+
2
−
1
View file @
7e27eee5
...
@@ -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"
);
}
}
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment