root/trunk/mt-search.cgi @ 3531

Revision 3531, 294 bytes (checked in by fumiakiy, 9 months ago)

Merged sockfish to trunk. "svn merge -r3114:3527 http://code.sixapart.com/svn/movabletype/branches/sockfish/ ."

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[1098]1#!/usr/bin/perl -w
2
[3531]3# Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd.
[1104]4# This program is distributed under the terms of the
5# GNU General Public License, version 2.
[1098]6#
7# $Id$
8
9use strict;
10use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
[1493]11use MT::Bootstrap App => 'MT::App::Search';
Note: See TracBrowser for help on using the browser.