rpicms

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

commit b539da708b05828d2ba6edd9e15ca6aa97df1dcf
parent 5e2420add035570a7773f33297089f2c0cb44b31
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  7 Jul 2014 06:15:03 +0200

auto commit

Diffstat:
Mcore/admin/login_check.php | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/admin/login_check.php b/core/admin/login_check.php @@ -2,9 +2,13 @@ $username = $_POST["username"]; - $string = $_REQUEST['password']; + $pw = $_REQUEST['password']; - if(empty($string)){ + if(empty($pw)){ + echo"B&auml;&auml;&auml;hhh!!!"; + exit; + } + if(empty($username)){ echo"B&auml;&auml;&auml;hhh!!!"; exit; }