File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
+ ## 1.0.4 - TBD
6
+
7
+ ### Added
8
+
9
+ - Nothing.
10
+
11
+ ### Changed
12
+
13
+ - Hide server info.
14
+
15
+ ### Deprecated
16
+
17
+ - Nothing.
18
+
19
+ ### Removed
20
+
21
+ - Nothing.
22
+
23
+ ### Fixed
24
+
25
+ - Unwanted configuration parameter.
26
+
5
27
## 1.0.3 - 20190410
6
28
7
29
### Added
Original file line number Diff line number Diff line change 14
14
* use warnings;
15
15
* use iMSCP::EventManager;
16
16
* use iMSCP::File;
17
- *
17
+ *
18
18
* iMSCP::EventManager->getInstance()->register('onLoadTemplate', sub {
19
19
* my ($target, $cfgTplName, $cfgTplContent) = @_;
20
20
*
30
30
*
31
31
* 0;
32
32
* });
33
- *
33
+ *
34
34
* 1;
35
35
* __END__
36
36
*
80
80
$ cfg ['RecodingEngine ' ] = 'iconv ' ;
81
81
$ cfg ['SendErrorReports ' ] = 'never ' ;
82
82
$ cfg ['SessionSavePath ' ] = '{SESSION_SAVE_PATH} ' ;
83
- $ cfg ['' ] = false ;
84
83
$ cfg ['ShowServerInfo ' ] = true ;
85
84
$ cfg ['ShowStats ' ] = true ;
86
85
$ cfg ['SuhosinDisableWarning ' ] = true ;
You can’t perform that action at this time.
0 commit comments