/[refeed]/trunk/call.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/call.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 9 months ago) by dpavlin
File size: 892 byte(s)
make working copy of trunk
1 <?php
2 // vim: ts=4 foldcolumn=4 foldmethod=marker
3 /**
4 * Mediates JSON-RPC connections to {@link RF_Userdata_Controller Userdata Controller} and plugins.
5 *
6 * This file is part of Reblog,
7 * a derivative work of Feed On Feeds.
8 *
9 * Distributed under the Gnu Public License.
10 *
11 * @package Refeed
12 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13 * @author Michal Migurski <mike@stamen.com>
14 * @author Michael Frumin <mfrumin@eyebeam.org>
15 * @copyright ©2004 Michael Frumin, Michal Migurski
16 * @link http://reblog.org Reblog
17 * @link http://feedonfeeds.com Feed On Feeds
18 * @version $Revision: 1.6 $
19 */
20
21 $SUPPRESS_INSTALL_VERIFY = 1;
22 require_once(dirname(__FILE__) . '/init.php');
23
24 $client_controller = new RF_Client_Controller($GLOBALS['REBLOG_CONTROLLER'], $GLOBALS['REBLOG_VIEW']);
25 echo $client_controller->respond(REBLOG_RESPONSE_CALL);
26
27 ?>

  ViewVC Help
Powered by ViewVC 1.1.26