1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:05:56 +00:00

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";