move xml-rpc server to utils/
This commit is contained in:
parent
57937c42b9
commit
fe430670ab
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
<?php
|
<?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/xmlrpc.inc";
|
||||||
require "lib/xmlrpc/lib/xmlrpcs.inc";
|
require "lib/xmlrpc/lib/xmlrpcs.inc";
|
||||||
|
|
Loading…
Reference in a new issue