freo freoTips サイト管理系TIPS ユーザーのログイン履歴をログ一覧に記録する方法
ユーザーがログイン後の画面に遷移した履歴をログに記録します。 [freo/libs/freo/internals/login/default.php]の33行目 に、 //ログイン後の画面へ移動 if ($freo->user['id']) { if ($freo->user['authority'] == 'guest') { ...
> 記事検索 > タグ「ログ」の検索結果
ユーザーがログイン後の画面に遷移した履歴をログに記録します。 [freo/libs/freo/internals/login/default.php]の33行目 に、 //ログイン後の画面へ移動 if ($freo->user['id']) { if ($freo->user['authority'] == 'guest') { ...