[skip-ci] fix requirelogin vuln

This commit is contained in:
Matteo Gheza 2020-10-25 21:11:53 +01:00
parent 1ea953db4c
commit 414f573132
1 changed files with 2 additions and 0 deletions

View File

@ -434,6 +434,8 @@ class user{
}
if($redirect){
$this->tools->redirect($this->database->getOption("web_url"));
} else {
exit();
}
}
$this->tools->profiler_stop();