mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [FIX] Fixed issue when showing password through web UI. Closes #30. Thanks to @Naelwan for the feedback
This commit is contained in:
@@ -39,7 +39,7 @@ if (!SP\Init::isLoggedIn()) {
|
||||
|
||||
$accountId = SP\Request::analyze('accountid', false);
|
||||
$isHistory = SP\Request::analyze('isHistory', false);
|
||||
$full = SP\Request::analyze('show', 0, false, 1);
|
||||
$full = SP\Request::analyze('full', 0, false, 1);
|
||||
|
||||
if (!$accountId) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user