/[refeed]/trunk/do.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

Annotation of /trunk/do.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 847 byte(s)
make working copy of trunk
1 dpavlin 2 <?php
2     // vim: ts=4 foldcolumn=4 foldmethod=marker
3     /**
4     * HTTP POST vars access to certain controller methods.
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.10 $
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_DO);
26    
27     ?>

  ViewVC Help
Powered by ViewVC 1.1.26