Merge branch 'g4s'

This commit is contained in:
chicpro
2013-04-30 18:24:06 +09:00
26 changed files with 250 additions and 203 deletions

View File

@ -343,6 +343,13 @@ function fregisterform_submit(f)
f.mb_recommend.focus();
return false;
}
var msg = reg_mb_recommend_check();
if (msg) {
alert(msg);
f.mb_recommend.select();
return false;
}
}
<?php if ($config['cf_kcpcert_use']) { ?>