diff --git a/modules/monitoring/application/views/scripts/config/show-configuration.phtml b/modules/monitoring/application/views/scripts/config/show-configuration.phtml deleted file mode 100644 index 4cd01441c..000000000 --- a/modules/monitoring/application/views/scripts/config/show-configuration.phtml +++ /dev/null @@ -1,28 +0,0 @@ -
- Your = $this->escape($this->file); ?> configuration couldn't be stored (error: "= $this->exceptionMessage; ?>").
- This could have one or more of the following reasons:
-
- Details can be seen in your application log (if you don't have access to this file, call your administrator in this case).
-
- In case you can access the configuration file (config/= $this->escape($this->file); ?>) by yourself, you can open it and
- insert the config manually:
-
-
-
-
-= $this->escape($this->iniConfigurationString); ?>
-
-
-
\ No newline at end of file