Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 4f4d300

Browse files
author
nerdofcode
committed
test
1 parent e7c92d8 commit 4f4d300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<?php
4040
include('user.php');
4141
$user_name = $_POST['UID'];
42-
$user_pass = $_POST['passwd'];
42+
$user_password = $_POST['passwd'];
4343
$db = mysqli_connect('localhost',$user,$pass,$database) or die("Error connecting to MYSQL");
4444
$query = "SELECT password FROM $table WHERE name = '$user_name'";
4545
mysqli_query($db, $query) or die("Unable to access MYSQL");

0 commit comments

Comments
 (0)