Attempting to log-in to my MT install for the first time in several months. Using the same bookmark I used to use to log in with no problem, now all of a sudden, mt.cgi doesn't seem to run, but displays the following:
#!/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.cgi 15432 2005-07-29 20:41:11Z bchoate $
use strict;
use lib 'lib';
use MT::Bootstrap App => 'MT::App::CMS';
I cannot figure out why this is happening. Any ideas?