Committer: ailyin
LJSUP-14294U trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-11-16 13:37:10 UTC (rev 23317) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-11-16 13:43:52 UTC (rev 23318) @@ -1130,10 +1130,6 @@ elsif ( $func eq "cssproxy" ) { return $bml_handler->("$LJ::HOME/htdocs/extcss/index.bml"); } - elsif ( $func eq 'portal' ) { - # if this is a "portal" subdomain then prepend the portal URL - return redir("$LJ::SITEROOT/portal/"); - } elsif ( $func eq 'support' ) { return redir("$LJ::SITEROOT/support/"); }