Drush_Update_2021-01-28_17_01

This commit is contained in:
root
2021-01-28 17:01:35 +01:00
parent 32af510299
commit 61b18352fe
39 changed files with 89 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
<?PHP
// produchtion
error_reporting(E_ERROR)
error_reporting(E_ERROR);
//developement
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
//error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
?>