Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MediaDBViewerAPI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BA_SI-Projekt
MediaDBViewerAPI
Commits
5e0daf77
Commit
5e0daf77
authored
Jan 29, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
9c4b3c37
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
1 deletion
+1
-1
Pflichtenheft.odt
Pflichtenheft.odt
+0
-0
Pflichtenheft.pdf
Pflichtenheft.pdf
+0
-0
api.php
api.php
+1
-1
pflichtenheft.pdf
pflichtenheft.pdf
+0
-0
No files found.
Pflichtenheft.odt
View file @
5e0daf77
No preview for this file type
Pflichtenheft.pdf
View file @
5e0daf77
No preview for this file type
api.php
View file @
5e0daf77
...
@@ -12,7 +12,7 @@ include 'api.class.php';
...
@@ -12,7 +12,7 @@ include 'api.class.php';
$API
=
new
MediaDBAPI
();
$API
=
new
MediaDBAPI
();
if
(
$API
->
APIinit
(
$_GET
[
'key'
])){
if
(
$API
->
APIinit
(
$_GET
[
'key'
])){
if
(
method_exists
(
'MediaDB
Viewer
API'
,
'API_'
.
$_GET
[
'action'
])){
if
(
method_exists
(
'MediaDBAPI'
,
'API_'
.
$_GET
[
'action'
])){
$funktionsname
=
'API_'
.
$_GET
[
'action'
];
$funktionsname
=
'API_'
.
$_GET
[
'action'
];
$respons
=
$API
->
$funktionsname
(
$_GET
,
$_POST
);
$respons
=
$API
->
$funktionsname
(
$_GET
,
$_POST
);
}
}
...
...
pflichtenheft.pdf
deleted
100644 → 0
View file @
9c4b3c37
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment