Skip to content

Commit

Permalink
se actualizan credenciales bases de datos
Browse files Browse the repository at this point in the history
  • Loading branch information
configuroweb committed Jun 6, 2022
1 parent 70873e8 commit c04b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counter/totalearncount.php
Expand Up @@ -3,7 +3,7 @@
$servername = "localhost";
$uname = "root";
$pass = "";
$database = "regpa";
$database = "pagos";

$conn = mysqli_connect($servername, $uname, $pass, $database);

Expand Down

0 comments on commit c04b366

Please sign in to comment.