Committer: egeraskin
LJSUP-12298: Megafon Trava branding on .comU trunk/cgi-bin/LJ/Hooks/Homepage.pm
Modified: trunk/cgi-bin/LJ/Hooks/Homepage.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-05-28 10:21:00 UTC (rev 12018) +++ trunk/cgi-bin/LJ/Hooks/Homepage.pm 2012-05-28 11:22:59 UTC (rev 12019) @@ -62,9 +62,9 @@ ## only Cyr users return unless LJ::SUP->is_remote_sup; - ## from 2012-06-04 00:00:00 MSK till 2012-07-01 23:59:00 MSK + ## from 2012-06-04 00:00:00 MSK till 2012-06-10 23:59:00 MSK my $time = time(); - return if ($time < 1338753600 || $time > 1341172740); ## uncomment this line before commit! + return if ($time < 1338753600 || $time > 1339358340); ## uncomment this line before commit! return 1; }