You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (db_user_match($nowuser,$nowpass)&&db_user_isroot($nowuser)&&db_contest_type($cid)!=99) {
$query="select cid,title,description,isprivate,start_time,end_time,lock_board_time,hide_others,report,type,has_cha,challenge_start_time,challenge_end_time from contest where cid='$cid'";