[ljcom] r11266: LJSUP-10567: enable branding on Alpha/Be...
Committer: vad
LJSUP-10567: enable branding on Alpha/Beta servers.U branches/r87.5/cgi-bin/LJ/Hooks/Homepage.pm
Modified: branches/r87.5/cgi-bin/LJ/Hooks/Homepage.pm
===================================================================
--- branches/r87.5/cgi-bin/LJ/Hooks/Homepage.pm 2011-12-15 15:26:45 UTC (rev 11265)
+++ branches/r87.5/cgi-bin/LJ/Hooks/Homepage.pm 2011-12-15 18:58:21 UTC (rev 11266)
@@ -59,6 +59,9 @@
## only Cyr users
return unless LJ::SUP->is_remote_sup;
+ ## for Alpha/Beta testing
+ return 1 if $LJ::IS_LJCOM_BETA;
+
## from 2011-12-16 00:00:00 MSK till 2011-12-22 23:59:59 MSK
my $time = time();
return if ($time < 1323979200 || $time > 1324583999); ## uncomment this line before commit!
