1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

add global to mod_confirm

This commit is contained in:
fowr 2023-03-29 18:20:10 -03:00
parent 08c9929eb0
commit 2c847a6413

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)));
}