Skip to content

Commit bcd5331

Browse files
authored
Update dbclass.php
1 parent 4db5489 commit bcd5331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbclass.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*/
1010
class DB{
1111

12-
private $dbHost = "xx.x.x.x";
12+
private $dbHost = "x.x.x.x";
1313
private $dbUsername = "yyyyyy";
14-
private $dbPassword = "zzzzz";
14+
private $dbPassword = "zzzzzz";
1515
private $dbName = "phptutorial";
1616

1717
public function __construct(){

0 commit comments

Comments
 (0)