root/branches/release-36/mt-feed.cgi
| Revision 1174, 303 bytes (checked in by bchoate, 11 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/perl -w |
| 2 | |
| 3 | # Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd. |
| 4 | # This program is distributed under the terms of the |
| 5 | # GNU General Public License, version 2. |
| 6 | # |
| 7 | # $Id$ |
| 8 | |
| 9 | use strict; |
| 10 | use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib'; |
| 11 | use MT::Bootstrap App => 'MT::App::ActivityFeeds'; |
Note: See TracBrowser for help on using the browser.
