Skip to content

Commit 49d220c

Browse files
committed
config edited
1 parent 613d990 commit 49d220c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
error_reporting(E_ERROR | E_WARNING | E_PARSE);
2+
error_reporting(0);
33
$conn=mysql_connect('localhost','root','mysql');
44
mysql_select_db("library2",$conn);
55
?>

0 commit comments

Comments
 (0)