|
Revision 700, 356 bytes
(checked in by mpaschal, 6 months ago)
|
Move l10nsample 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: l10nsample.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 => 'l10nsample'; |
|---|