diff options
| author | 2025-03-25 10:19:51 +0100 | |
|---|---|---|
| committer | 2025-03-25 10:19:51 +0100 | |
| commit | d0b961131939800a119801bfce7411ad2e429e9e (patch) | |
| tree | 36905ee474193a225fde693d0e179616333e595b /app/Controllers/authController.php | |
| parent | 9e8c306b3edbda071cdd9cc93bcc45055789ad42 (diff) | |
Update bcrypt.js from 2.4.4 to 3.0.2 (#7449)
https://github.com/dcodeIO/bcrypt.js/releases/tag/v3.0.0
Can be updated to the latest version with:
`curl -L https://unpkg.com/bcryptjs/umd/index.js > p/scripts/vendor/bcrypt.js`
Diffstat (limited to 'app/Controllers/authController.php')
| -rw-r--r-- | app/Controllers/authController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php index 6b6a92c31..9bad837f9 100644 --- a/app/Controllers/authController.php +++ b/app/Controllers/authController.php @@ -105,7 +105,7 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController { invalidateHttpCache(); FreshRSS_View::prependTitle(_t('gen.auth.login') . ' ยท '); - FreshRSS_View::appendScript(Minz_Url::display('/scripts/bcrypt.min.js?' . @filemtime(PUBLIC_PATH . '/scripts/bcrypt.min.js'))); + FreshRSS_View::appendScript(Minz_Url::display('/scripts/vendor/bcrypt.js?' . @filemtime(PUBLIC_PATH . '/scripts/vendor/bcrypt.js'))); $limits = FreshRSS_Context::systemConf()->limits; $this->view->cookie_days = (int)round($limits['cookie_duration'] / 86400, 1); |
