Skip to content

Commit 62c99d3

Browse files
committed
update
1 parent 01c4ef1 commit 62c99d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pdo.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
session_start();
33
ob_start();
44
ini_set('display_errors', 0);
5-
/*
5+
66
$HOST = 'sql12.freemysqlhosting.net';
77
$PORT = 3306;
88
$DB_NAME = 'sql12561191';
@@ -14,8 +14,8 @@
1414
$DB_PASSWORD
1515
);
1616
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
17-
*/
1817

18+
/*
1919
$HOST = 'localhost';
2020
$PORT = 3306;
2121
$DB_NAME = 'g4o2-chat';
@@ -27,3 +27,4 @@
2727
$DB_PASSWORD
2828
);
2929
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
30+
*/

0 commit comments

Comments
 (0)