move xml-rpc server to utils/

This commit is contained in:
Andrew Dolgov 2009-12-24 15:28:38 +03:00
parent 57937c42b9
commit fe430670ab

View file

@ -1,4 +1,11 @@
<?php
/* This file is disabled by default.
*
* Warning: XML-RPC server is not disabled by "Enable API access" per-user preference.
*
* To use the XML-RPC api server place required XML-RPC library in lib/xmlrpc and
* move this file to tt-rss directory */
require "lib/xmlrpc/lib/xmlrpc.inc";
require "lib/xmlrpc/lib/xmlrpcs.inc";