Fixed username in connection

This commit is contained in:
Lars van Hijfte
2017-01-11 13:39:49 +01:00
parent 458b6e11ff
commit 87e7bf18d4

View File

@@ -1,6 +1,6 @@
<?php <?php
$servername = "agile136.science.uva.nl"; $servername = "agile136.science.uva.nl";
$username = "admin"; $username = "mhbp";
$password = "qdtboXhCHJyL2szC"; $password = "qdtboXhCHJyL2szC";
// Create connection // Create connection