about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-09 03:18:30 +0000
committerEric Wong <e@80x24.org>2016-07-09 03:20:17 +0000
commit8d479224468ad9c8053ed80cd3532b8d9343e653 (patch)
tree6e2d0e967d6c38c2d4ad0368d46337b9589b5426 /lib/PublicInbox/WWW.pm
parent7069b0be34287c5aa03a4b50c6177bcc683a92dd (diff)
downloadpublic-inbox-8d479224468ad9c8053ed80cd3532b8d9343e653.tar.gz
We no longer generate our footer, here.  We are not currently
advertising ssoma, here.
Diffstat (limited to 'lib/PublicInbox/WWW.pm')
-rw-r--r--lib/PublicInbox/WWW.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm
index 2c60d596..b602206d 100644
--- a/lib/PublicInbox/WWW.pm
+++ b/lib/PublicInbox/WWW.pm
@@ -16,8 +16,6 @@ use warnings;
 use PublicInbox::Config;
 use PublicInbox::Hval;
 use URI::Escape qw(uri_escape_utf8 uri_unescape);
-use constant SSOMA_URL => '//ssoma.public-inbox.org/';
-use constant PI_URL => '//public-inbox.org/';
 require PublicInbox::Git;
 use PublicInbox::GitHTTPBackend;
 our $INBOX_RE = qr!\A/([\w\.\-]+)!;