rpicms

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

commit 5e2420add035570a7773f33297089f2c0cb44b31
parent 6c5cdcb1813d270a26cec95aedbcf39edb0722d5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  6 Jul 2014 20:28:18 +0200

auto commit

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

diff --git a/core/admin/login_check.php b/core/admin/login_check.php @@ -2,6 +2,12 @@ $username = $_POST["username"]; + $string = $_REQUEST['password']; + + if(empty($string)){ + echo"B&auml;&auml;&auml;hhh!!!"; + exit; + } $verbindung = mysql_connect("localhost", "root" , "1199Mtr3#") or die("Verbindung zur Datenbank konnte nicht hergestellt werden");