Added password change

This commit is contained in:
Marijn Jansen
2017-01-18 10:43:54 +01:00
parent 176851b486
commit dde463df6c
4 changed files with 66 additions and 21 deletions

View File

@@ -8,6 +8,4 @@ else {
$GLOBALS["db"] = new PDO("mysql:host=$dbconf->mysql_host;dbname=$dbconf->mysql_database;charset=utf8",
"$dbconf->mysql_username", "$dbconf->mysql_password")
or die('Error connecting to mysql server');
}
?>
}