root/trunk/PluginManager/plugins/PluginManager/plugins.cgi @ 1

Revision 1, 152 bytes (checked in by breese, 4 years ago)

added PluginManager?

  • Property svn:executable set to *
Line 
1#!/usr/bin/perl
2use strict;
3use lib "lib", ($ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : "../../lib");
4use MT::Bootstrap App => 'PluginManager::CMS';
5__END__
6
Note: See TracBrowser for help on using the browser.