mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Compare commits
2 Commits
431fbfff56
...
php8
| Author | SHA1 | Date | |
|---|---|---|---|
| 9995767bf7 | |||
| d115a3879a |
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.10.1');
|
||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2026-02-17');
|
||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.10.2');
|
||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2026-04-11');
|
||||
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
||||
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
||||
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
||||
|
||||
@@ -36,8 +36,9 @@ if (!$row)
|
||||
failedlogins();
|
||||
if ($row['status'] == 'pending')
|
||||
failedlogins($lang_takelogin['std_user_account_unconfirmed']);
|
||||
//if ($row["enabled"] == "no")
|
||||
// bark($lang_takelogin['std_account_disabled']);
|
||||
if ($row["enabled"] == "no" && \App\Models\Setting::getSelfEnableBonus() <= 0) {
|
||||
bark($lang_takelogin['std_account_disabled']);
|
||||
}
|
||||
|
||||
if (!empty($row['two_step_secret'])) {
|
||||
if (empty($_POST['two_step_code'])) {
|
||||
|
||||
Reference in New Issue
Block a user