Drush_Update_2021-01-28_17_01
This commit is contained in:
@@ -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);
|
||||
?>
|
||||
|
@@ -93,7 +93,7 @@
|
||||
//Overrride settings above
|
||||
// values for security not in resporitory
|
||||
// include('ini.dev.php');
|
||||
include('ini.live.php')
|
||||
include('ini.live.php');
|
||||
|
||||
// The character encoding that's used as content-type for HTML, RSS and email output:
|
||||
// IMPORTANT NOTES: - the encoding type specified here must match the default character set you've
|
||||
|
Reference in New Issue
Block a user