function manual() { echo "Welcome to S&T comment system.\n\n"; $snt = select_snt(); confirm_notice($snt); echo "Bye.\n"; }
function manual() { echo "Welcome to S&T notice system.\n\n"; $snt = select_snt(); $is_fst = select_is_fst(); confirm_notice($is_fst, $snt); echo "Bye.\n"; }