#!/usr/bin/perl -w

# Copyright 2001-2005 Six Apart. This code cannot be redistributed without
# permission from www.sixapart.com.  For more information, consult your
# Movable Type license.
#
# $Id: mt-add-notify.cgi 15432 2005-07-29 20:41:11Z bchoate $

use strict;
use lib "lib";
use MT::Bootstrap App => 'MT::App::NotifyList';
