root/branches/wheeljack/mt-add-notify.cgi

Revision 1031, 314 bytes (checked in by gboggs, 2 years ago)

Updated copyright year. BugId: 46370

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/usr/bin/perl -w
2
3 # Copyright 2001-2007 Six Apart. This code cannot be redistributed without
4 # permission from www.sixapart.com.  For more information, consult your
5 # Movable Type license.
6 #
7 # $Id$
8
9 use strict;
10 use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
11 use MT::Bootstrap App => 'MT::App::NotifyList';
Note: See TracBrowser for help on using the browser.