root/trunk/l10nsample/l10nsample.cgi

Revision 700, 356 bytes (checked in by mpaschal, 18 months ago)

Move l10nsample plugin from mt extras to mtplugins repo

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