// hide errors for the live site
//error_reporting(0);
// because we are backwards compatible
//ini_set('display_errors', 'Off');
// Nur einfache Fehler melden
//error_reporting(E_ERROR | E_WARNING | E_PARSE);
// Dies entspricht error_reporting(E_ALL);
ini_set('error_reporting', E_ALL);
