mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 03:16:54 +01:00
* [MOD] Master password will no longer be revealed through the debug mode for app admins.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -47,6 +47,5 @@ fabric.properties
|
||||
|
||||
backup/*
|
||||
config/*
|
||||
patches/
|
||||
res/
|
||||
tools/
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<li>SESSION:
|
||||
<pre><?php echo print_r($_SESSION, true) ?></pre>
|
||||
</li>
|
||||
<li>MASTER PASS: <?php echo \SP\Core\SessionUtil::getSessionMPass(); ?></li>
|
||||
<li>CONFIG FILE:
|
||||
<pre><?php echo print_r(\SP\Core\Session::getConfig(), true); ?></pre>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user