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
9c439936
Commit
9c439936
authored
Mar 08, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update der Verlgeichsliste möglich
parent
7cc7ca61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
api.class.php
api.class.php
+1
-1
index.php
webapp/index.php
+8
-2
No files found.
api.class.php
View file @
9c439936
...
...
@@ -40,7 +40,7 @@ class MediaDBAPI{
private
$SpaltenEpi
=
array
();
private
$StatiViews
=
array
();
private
$WebAppSite
=
array
();
//TODO Rechte für WebApp Seiten vergeben
p
rivate
$Update
=
FALSE
;
p
ublic
$Update
=
FALSE
;
private
$DebugOutput
=
FALSE
;
public
$webapp
=
FALSE
;
public
$DB_Objekt
;
...
...
webapp/index.php
View file @
9c439936
...
...
@@ -304,8 +304,14 @@ if($_GET["action"] == "filme"){
}
$content
=
'<div class="content">neue Filme:'
.
$counterNeu
.
'<br>defekte Filme:'
.
$countermd5
.
'<br>Vorhandene Filme Filme:'
.
$countereql
.
'<br><form method="POST">
<input type="submit" name="update" value="Liste als gesehen markieren"></form>
if
(
$API
->
Update
){
$Update
=
'<br><form method="POST">
<input type="submit" name="update" value="Liste als gesehen markieren"></form>'
;
}
else
{
$Update
=
""
;
}
$content
=
'<div class="content">neue Filme:'
.
$counterNeu
.
'<br>defekte Filme:'
.
$countermd5
.
'<br>Vorhandene Filme Filme:'
.
$countereql
.
$Update
.
'
<table><tr><th>Filmname</th><th>Daten</th></tr>'
.
$movies
.
'</table></div>'
;
}
else
if
(
isset
(
$_GET
[
"action"
])){
$titel
=
"404 - Nicht gefunden"
;
...
...
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