讓管理者在報名開始之前可以模擬成學校進行報名
include/confing.php中加入$limit_begin_date="202402010000";
join2/gov_query.php加入
//開始報名前可以任意sudo
//開始報名後只有played=1才可以sudo
if( date("YmdHi")<$limit_begin_date )
$and_played_str = '';
else
$and_played_str = " and gov.played='1' ";