home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / DATA / moveabletype / MT-3.2-en_US / mt-add-notify.cgi < prev    next >
Encoding:
Text File  |  2005-07-29  |  331 b   |  12 lines

  1. #!/usr/bin/perl -w
  2.  
  3. # Copyright 2001-2005 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: mt-add-notify.cgi 15432 2005-07-29 20:41:11Z bchoate $
  8.  
  9. use strict;
  10. use lib "lib";
  11. use MT::Bootstrap App => 'MT::App::NotifyList';
  12.