Skip to content

Instantly share code, notes, and snippets.

@matteocaberlotto
Created June 20, 2018 15:39
Show Gist options
  • Save matteocaberlotto/214672565019a489e3040240d0545843 to your computer and use it in GitHub Desktop.
Save matteocaberlotto/214672565019a489e3040240d0545843 to your computer and use it in GitHub Desktop.
phpmyadmin: no error reporting
<?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