Skip to content

Commit c89b4b6

Browse files
authored
Update db.php
1 parent f1d3e89 commit c89b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
ini_set('display_errors', 1);
3-
$servername = "localhost";
3+
$servername = "10.147.1.249";
44
$username = "root";
55
$password = "root";
66
$dbname = "budget";

0 commit comments

Comments
 (0)