Results 1 to 7 of 7
Threaded View
-
18th Jan 2012, 01:41 PM #5PHP Code:
<?php // vim: et
// show beta home page if user has requested the beta site.
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
if (myphpnet_beta()) {
include $_SERVER['DOCUMENT_ROOT'] . '/index-beta.php';
} else {
$ts = time();
// Hardcode 11am Jan.18 UTC to 5am Jan.19 UTC time window
if($ts>=1326884400 && $ts<1326949200) {
include $_SERVER['DOCUMENT_ROOT'] . '/index-sopa.php';
} else {
include $_SERVER['DOCUMENT_ROOT'] . '/index-stable.php';
}
}
http://php.net/index-stable.phpTrusted: Dom, l0calh0st, 0ccul7, robert420
Find all threads started by NewEraCracker
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Haz any one of these happened to u??
By ibby in forum General DiscussionReplies: 1Last Post: 25th Sep 2011, 06:01 AM -
Ever Happened This Wid U?
By TexWilliams in forum File Host DiscussionReplies: 7Last Post: 28th Jun 2011, 02:26 PM -
What happened?
By iKnow in forum General DiscussionReplies: 10Last Post: 12th Mar 2010, 10:56 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...