Skip to content

Commit 6298120

Browse files
committed
Changed
- Hide server info. Fixed - Unwanted configuration parameter.
1 parent 46147d4 commit 6298120

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

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+
527
## 1.0.3 - 20190410
628

729
### Added

src/config.inc.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* use warnings;
1515
* use iMSCP::EventManager;
1616
* use iMSCP::File;
17-
*
17+
*
1818
* iMSCP::EventManager->getInstance()->register('onLoadTemplate', sub {
1919
* my ($target, $cfgTplName, $cfgTplContent) = @_;
2020
*
@@ -30,7 +30,7 @@
3030
*
3131
* 0;
3232
* });
33-
*
33+
*
3434
* 1;
3535
* __END__
3636
*
@@ -80,7 +80,6 @@
8080
$cfg['RecodingEngine'] = 'iconv';
8181
$cfg['SendErrorReports'] = 'never';
8282
$cfg['SessionSavePath'] = '{SESSION_SAVE_PATH}';
83-
$cfg[''] = false;
8483
$cfg['ShowServerInfo'] = true;
8584
$cfg['ShowStats'] = true;
8685
$cfg['SuhosinDisableWarning'] = true;

0 commit comments

Comments
 (0)