Ver a proveniência

what did I break now?

development
mauirixxx há 8 anos
ascendente
cometimento
06e5ccfb71
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      gw-login.php

+ 1
- 0
gw-login.php Ver ficheiro

@@ -8,6 +8,7 @@ $password = md5($password);
if ($con->connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']');
}
echo 'broke something above the sql statement!<BR>';
$sqllogin = "SELECT * FROM users WHERE users.username = '$username' and password = '$password'";
if ($result = $con->query($sqllogin)){
if ($result->fetchColumn() > 0){


Carregando…
Cancelar
Guardar