Created
June 20, 2018 15:39
-
-
Save matteocaberlotto/214672565019a489e3040240d0545843 to your computer and use it in GitHub Desktop.
phpmyadmin: no error reporting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// to be put in phpmyadmin source root (eg: /usr/share/phpmyadmin) | |
error_reporting(E_NONE); | |
ini_set('display_errors',0); | |
ini_set('display_startup_errors',0); | |
$cfg['SendErrorReports'] = 'never'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment