Skip to content

Commit 5d2f950

Browse files
authored
Update updateProfile.php
1 parent 2005177 commit 5d2f950

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

FacialRecognition/updateProfile.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$servername = "localhost";
3-
$username = "root";
4-
$password = "root";
5-
$dbname = "recognition";
2+
$servername = "YOUR_HOSTNAME";
3+
$username = "YOUR_USERNAME";
4+
$password = "YOUR_PASSWORD";
5+
$dbname = "YOUR_DATABASE_NAME";
66

77
try
88
{
@@ -30,4 +30,4 @@
3030
echo "Error: " . $e->getMessage();
3131
}
3232
$conn = null;
33-
?>
33+
?>

0 commit comments

Comments
 (0)