X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;h=e4fecf8121048c1726bff6b8a409e67f1e5b6d04;hp=f850dad42e8d61306861f85639965bfe274b0942;hb=9b5884120e78b7e2ce35d37bdb72da7ec721452d;hpb=8f46e095700c4c44b0aa3e216ca9b43bcc2fe9e6 diff --git a/rpc.php b/rpc.php index f850dad..e4fecf8 100644 --- a/rpc.php +++ b/rpc.php @@ -2,8 +2,9 @@ /* ************************************************************************* * - * Copyright (c) by Andreas Unterkircher, unki@netshadow.at - * All rights reserved + * phpfspot, presents your F-Spot photo collection in Web browsers. + * + * Copyright (c) by Andreas Unterkircher * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,6 +59,10 @@ class PHPFSPOT_RPC { } break; + case 'getxmltaglist': + print $fspot->get_xml_tag_list(); + break; + case 'show_available_tags': print $fspot->getAvailableTags(); break;