Skip to content

Instantly share code, notes, and snippets.

@POMATu
Created March 14, 2019 16:35
Show Gist options
  • Save POMATu/3996648d72e54c8d0ebcc2885448ac86 to your computer and use it in GitHub Desktop.
Save POMATu/3996648d72e54c8d0ebcc2885448ac86 to your computer and use it in GitHub Desktop.
fixes annoying phpmyadmin errors on clean installation
# 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