|
|
@@ -173,7 +173,7 @@ function exec_ogp_module()
|
|
|
|
|
|
$login_attempts_before_banned = (isset($row['login_attempts_before_banned']) and $row['login_attempts_before_banned'] != "" and is_numeric($row['login_attempts_before_banned']))? $row['login_attempts_before_banned'] : "6";
|
|
|
$ft->add_field('string','login_attempts_before_banned',$login_attempts_before_banned);
|
|
|
- $ft->add_field('string','login_ban_time', array_key_exists("login_ban_time", $row) && !empty($row["login_ban_time"]) && is_numeric($row["login_ban_time"]) ? $login_ban_time : '');
|
|
|
+ $ft->add_field('string','login_ban_time', array_key_exists("login_ban_time", $row) && !empty($row["login_ban_time"]) && is_numeric($row["login_ban_time"]) ? $row["login_ban_time"] : '');
|
|
|
|
|
|
$ft->add_field('string','custom_github_update_username',@$row['custom_github_update_username']);
|
|
|
|