Commit 4929d2cc by Mei Romauli Sagala

edit

parent 39a04574
......@@ -5,7 +5,7 @@ require_once(dirname(__FILE__).'/cek_login.php');
if(isset($_GET['do_login'])){
$login =getUser($_POST['username'],$_POST['password']);
$login =getUser($_POST['username'],md5($_POST['password']));
if($login == false){
$_SESSION['login_error'] = TRUE;
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment