continue?
This commit is contained in:
parent
2c80a07457
commit
68b692c233
@ -58,6 +58,15 @@ auth_sister_header(); //ヘッダタグ自動挿入
|
||||
<?php
|
||||
auth_sister_load(); //初期化
|
||||
auth_sister_insert(); //HTMLタグ自動挿入
|
||||
if (auth_sister_auth()) {
|
||||
echo "認証成功;
|
||||
echo auth_sister_res();
|
||||
} else {
|
||||
echo "認証失敗;
|
||||
echo auth_sister_res();
|
||||
}
|
||||
//auth_sister_res()は、先にauth_sister_auth()をコールする必要があります。
|
||||
//これらの関数はauth_sister_load()がコールされる前に実行する必要があります。
|
||||
?>
|
||||
<button class="btn btn-primary" type="submit" name="submit" id="newchannel-submit-button" value="{{$submit}}">{{$submit}}</button>
|
||||
<div id="register-submit-end" class="register-field-end"></div>
|
||||
|
Reference in New Issue
Block a user