arvind / melody forked from openmelody/melody

This URL has Read+Write access

melody / mt-add-notify.cgi
100755 12 lines (9 sloc) 0.298 kb
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w
 
# Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd.
# This program is distributed under the terms of the
# GNU General Public License, version 2.
#
# $Id$
 
use strict;
use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
use MT::Bootstrap App => 'MT::App::NotifyList';