root/trunk/mirror/mt-mirror.cgi

Revision 701, 350 bytes (checked in by mpaschal, 6 months ago)

Move mirror plugin from mt extras to mtplugins repo

  • Property svn:executable set to
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: mt-mirror.cgi 1174 2008-01-08 21:02:50Z bchoate $
8
9 use strict;
10 use lib "lib", ($ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : "../../lib");
11 use MT::Bootstrap App => 'Mirror';
Note: See TracBrowser for help on using the browser.