Skip to content

Commit b91e3e5

Browse files
committed
bug fixes with php 7
1 parent 0145d0c commit b91e3e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
$user = "root";
66
$pass = "";
77
$conn = new mysqli($host,$user,$pass,$dbname);
8-
//$conn = mysql_select_db($dbname);
98
$conn1 = new PDO("mysql:host=$host;dbname=$dbname", $user, $pass);
109
$conn1->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
1110
?>

0 commit comments

Comments
 (0)