From: miker Date: Wed, 19 Nov 2008 15:34:41 +0000 (+0000) Subject: removal of the supercat "help" easter egg. kudos to Brandon Uhlman! X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6c01a8ecc452ce841aadeb5137953419506938c5;p=Evergreen.git removal of the supercat "help" easter egg. kudos to Brandon Uhlman! git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@11265 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 313b7ebe3c..140ef2244d 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -958,21 +958,6 @@ sub opensearch_feed { } my $flesh_feed = ($type =~ /-full$/o) ? 1 : 0; - if ($terms eq 'help') { - print $cgi->header(-type => 'text/html'); - print <<" HTML"; - - - just type something! - - -

You are in a maze of dark, twisty stacks, all alike.

- - - HTML - return Apache2::Const::OK; - } - $terms = decode_utf8($terms); $lang = 'eng' if ($lang eq 'en-US');