Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
关闭错误报告
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed May 15, 2016
1 parent c800c90 commit 0a65e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/connect.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//error_reporting(0);
error_reporting(0);
@$con = new mysqli($sqlip,$sqlid,$sqlpass,$sqlname,$sqlport);

if(mysqli_connect_errno())
Expand All @@ -10,4 +10,4 @@

mysqli_query($con,"SET NAMES utf8");

?>
?>

0 comments on commit 0a65e96

Please sign in to comment.