Skip to content

Commit 885bfc2

Browse files
authored
Update class.MySQL.php
hacktoberfest
1 parent 0b2916a commit 885bfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.MySQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MySQL {
3737
private $database; // MySQL Database
3838

3939
private $databaseLink; // Database Connection Link
40-
40+
$password = md5($password);// use md5 for safety purpose
4141

4242

4343
/* *******************

0 commit comments

Comments
 (0)