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
59a5131c
Commit
59a5131c
authored
Mar 01, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog
parent
eb96359c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG
CHANGELOG
+1
-1
api.class.php
api.class.php
+2
-2
No files found.
CHANGELOG
View file @
59a5131c
(in Arbeit) 0.06
- Web: Feature: Rechteverwaltung Implementiert
- API: Feature:
Vorbereitung auf Rechte aus JSON Datei
.
- API: Feature:
Rechte aus JSON Datei laden und diese verwenden
.
- API: CodeClean: Nicht benutztes Rechtesystem für Filterlisten entfernt
- API: CodeClean: Reduziere Code von 712 Zeilen auf
...
...
api.class.php
View file @
59a5131c
...
...
@@ -535,7 +535,7 @@ class MediaDBAPI{
"Datenbank"
=>
$this
->
DB_Database
)
);
}
else
{
return
$this
->
error
(
1007
,
"Keine Rechte um die
s
erverinfo abzufragen!"
);
return
$this
->
error
(
1007
,
"Keine Rechte um die
S
erverinfo abzufragen!"
);
}
}
/*
...
...
@@ -559,7 +559,7 @@ class MediaDBAPI{
* Funktion nur ändern, Um Markus zu ärgern ;-)
*/
public
function
APIrespons
(
$Laufzeit
=
0
,
$respons
=
""
){
if
((
strpos
(
$_SERVER
[
"HTTP_USER_AGENT"
],
"Android"
)
==
0
)
AND
(
$this
->
DebugOutput
)){
//TODO Debug Statistik wieder raus nehmen!!
if
((
strpos
(
$_SERVER
[
"HTTP_USER_AGENT"
],
"Android"
)
==
0
)
AND
(
$this
->
DebugOutput
)){
$this
->
Statistik
[
"Querys"
]
=
$this
->
Querys
;
return
array
(
"API_VERSION"
=>
API_VERSION
,
"API_KEY"
=>
$this
->
API_KEY
,
...
...
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