Set missing php end brace (#393)

* Update config.php

* Update config.php

* Update config.php

* Update config.php
This commit is contained in:
Pro-pra
2022-06-14 18:26:30 +03:00
committed by GitHub
parent 9f550a3c42
commit 954247951a
4 changed files with 8 additions and 0 deletions

View File

@@ -43,3 +43,5 @@
//error_reporting (E_ALL); // Report everything
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
?>

View File

@@ -43,3 +43,5 @@
//error_reporting (E_ALL); // Report everything
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
?>

View File

@@ -43,3 +43,5 @@
//error_reporting (E_ALL); // Report everything
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
?>

View File

@@ -43,3 +43,5 @@
//error_reporting (E_ALL); // Report everything
error_reporting (E_ALL ^ E_NOTICE); // hide notices
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
?>