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

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

index 313b7eb..140ef22 100644 (file)
@@ -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";
-                       <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');