1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

Merge pull request #552 from perdedora/fix_confirm_page

Add global to mod_confirm
This commit is contained in:
Yuri Kuznetsov 2023-03-30 16:31:44 -04:00 committed by GitHub
commit 05851f950e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ function mod_login($redirect = false) {
}
function mod_confirm($request) {
global $config;
mod_page(_('Confirm action'), $config['file_mod_confim'], array('request' => $request, 'token' => make_secure_link_token($request)));
}