[open-ils-commits] r11264 - branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 19 10:34:26 EST 2008
Author: miker
Date: 2008-11-19 10:34:24 -0500 (Wed, 19 Nov 2008)
New Revision: 11264
Modified:
branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
removal of the supercat "help" easter egg. kudos to Brandon Uhlman!
Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-11-19 15:34:03 UTC (rev 11263)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2008-11-19 15:34:24 UTC (rev 11264)
@@ -1004,21 +1004,6 @@
}
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');
More information about the open-ils-commits
mailing list