* [MOD] Master password will no longer be revealed through the debug mode for app admins.

This commit is contained in:
nuxsmin
2017-02-07 22:17:17 +01:00
parent b88d352a70
commit 2006ef5406
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@@ -47,6 +47,5 @@ fabric.properties
backup/*
config/*
patches/
res/
tools/

View File

@@ -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>