#!/usr/bin/perl -w
  
# Copyright 2001-2006 Six Apart. This code cannot be redistributed without
# permission from www.sixapart.com.  For more information, consult your
# Movable Type license.
#
# $Id: mt-comments.cgi 27872 2006-04-26 01:27:36Z bchoate $

use strict;
BEGIN { $ENV{'MT_HOME'} = '/home/radiozam/public_html/cgi-bin/mt/'; }
use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
use MT::Bootstrap App => 'MT::App::Comments';
