removal of the supercat "help" easter egg. kudos to Brandon Uhlman!
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Nov 2008 15:34:03 +0000 (15:34 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Nov 2008 15:34:03 +0000 (15:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11263 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm

index a82314b..3899d4c 100644 (file)
@@ -1040,21 +1040,6 @@ sub opensearch_feed {
        }
        my $flesh_feed = ($type =~ /-full$/o) ? 1 : 0;
 
-       if ($terms eq 'help') {
-               print $cgi->header(-type => 'text/html');
-               print <<"               HTML";
-                       <html>
-                        <head>
-                         <title>just type something!</title>
-                        </head>
-                        <body>
-                         <p>You are in a maze of dark, twisty stacks, all alike.</p>
-                        </body>
-                       </html>
-               HTML
-               return Apache2::Const::OK;
-    }
-       
        $terms = decode_utf8($terms);
        $lang = 'eng' if ($lang eq 'en-US');