MyBB.de Forum

Normale Version: Disable PHP Errors
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Disable PHP Errors

Zitat:The plugin modifies the .htaccess file and appends a line with "php_flag display_errors off". This has the effect of overriding settings of the php ini file.

The reason you should disable the error and warnings messages for security reasons is because it can reveal some information that would be dangerous in the hands of an experienced attacker.