rpicms

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

commit 4f22a9526065d5e33ae5558ed2c876ca42707057
parent 65ec09af7403897a81ed2675fc02287ab2627d60
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 19 Aug 2014 17:35:34 +0200

milestone1

Diffstat:
Dcore/admin/test.php | 12------------
Dcore/config/variables.config.php | 4----
2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/core/admin/test.php b/core/admin/test.php @@ -1,12 +0,0 @@ -<?php - include '../secure/aes.php'; - $imputText = "My text to encrypt"; - $imputKey = "dfhrharhaerhaerhaerh"; - $blockSize = 256; - $aes = new AES($imputText, $imputKey, $blockSize); - $enc = $aes->encrypt(); - $aes->setData($enc); - $dec=$aes->decrypt(); - echo "After encryption: ".$enc."<br/>"; - echo "After decryption: ".$dec."<br/>"; -?> diff --git a/core/config/variables.config.php b/core/config/variables.config.php @@ -1,4 +0,0 @@ -<?php -$blog_name = 'Test'; -$name_contact = 'Kontakt'; -?>