rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit b251e50fc0e808885f1a28d48ad165b5c7ed8465
parent 9da665eb21468738703bd9d3803b1c4dd3f14ceb
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 27 Jul 2014 12:52:09 +0200

auto commit

Diffstat:
Mcore/admin/user/register_handling.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/admin/user/register_handling.php b/core/admin/user/register_handling.php @@ -20,7 +20,7 @@ $aes = new AES($imputText, $imputKey, $blockSize); $enc = $aes->encrypt(); $aes->setData($enc); - echo "After encryption: ".$enc."<br/>"; + //echo "After encryption: ".$enc."<br/>"; $Erstellt = date("Y-m-d H:i:s"); $Aktivierungscode = rand(1, 9999);