Created
March 14, 2019 16:35
-
-
Save POMATu/3996648d72e54c8d0ebcc2885448ac86 to your computer and use it in GitHub Desktop.
fixes annoying phpmyadmin errors on clean installation
This file contains hidden or 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
# add this line after <?php in /etc/phpmyadmin/config.inc.php | |
$cfg['SendErrorReports'] = 'never'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment