mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Merge pull request #552 from perdedora/fix_confirm_page
Add global to mod_confirm
This commit is contained in:
commit
05851f950e
@ -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)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user