root/branches/release-30/mt-search.cgi

Revision 1420, 302 bytes (checked in by fumiakiy, 9 months ago)

Initial attempt to pluggable, extensible and hopefully faster search framework. BugId:69030, BugId:69029, BugId:69031

mt-search.cgi still defaults to legacy search application for now.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/usr/bin/perl -w
2
3 # Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
4 # This program is distributed under the terms of the
5 # GNU General Public License, version 2.
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::Search::Legacy';
Note: See TracBrowser for help on using the browser.