Add real tag IDs to dummy server API
This commit is contained in:
parent
304c75c4db
commit
6985002bdc
@ -2,7 +2,7 @@
|
||||
// This is just a dummy implementation during the development of the GTK+3 GUI
|
||||
|
||||
if (isset($_GET['meta'])) {
|
||||
if ($_GET['id'] == "1") {
|
||||
if ($_GET['id'] == "BF09CE") {
|
||||
?>
|
||||
{
|
||||
"title" : "Cute Wifi Cat",
|
||||
@ -10,7 +10,7 @@ if (isset($_GET['meta'])) {
|
||||
"comment" : "It's mewine!"
|
||||
}
|
||||
<?php
|
||||
} else if ($_GET['id'] == "2") {
|
||||
} else if ($_GET['id'] == "BE6200") {
|
||||
?>
|
||||
{
|
||||
"title" : "Crazy Stuff",
|
||||
|
Loading…
Reference in New Issue
Block a user