60) { touch($git_pull_lock); $repo_dir = dirname(__DIR__); exec("cd " . escapeshellarg($repo_dir) . " && git pull > /tmp/hustoj_git_pull.log 2>&1 &"); } require_once( './include/cache_start.php' ); require_once( './include/db_info.inc.php' ); require_once( './include/memcache.php' ); require_once( './include/setlang.php' ); require_once( './include/bbcode.php' ); $view_title = "Welcome To Online Judge"; $result = false; if ( isset( $OJ_ON_SITE_CONTEST_ID ) ) { header( "location:contest.php?cid=" . $OJ_ON_SITE_CONTEST_ID ); exit(); } ///////////////////////////MAIN //NOIP赛制比赛时,暂时屏蔽本月之星 if(isset($OJ_NOIP_KEYWORD)&&$OJ_NOIP_KEYWORD){ $now = date('Y-m-d H:i', time()); $sql="select count(contest_id) from contest where start_time<'$now' and end_time>'$now' and title like '%$OJ_NOIP_KEYWORD%'"; $row=pdo_query($sql); if(!empty($row)) $NOIP_flag=$row[0]; else $NOIP_flag=false; } $view_news = ""; $sql = "select * " . "FROM `news` " . "WHERE `defunct`!='Y' AND `title`!='faqs.$OJ_LANG'" . "ORDER BY `importance` ASC,`time` DESC " . "LIMIT 50"; $view_news .= "