Skip to content

Commit

Permalink
Changed
Browse files Browse the repository at this point in the history
- Hide server info.
Fixed
- Unwanted configuration parameter.
  • Loading branch information
nuxwin committed Apr 19, 2019
1 parent 46147d4 commit 6298120
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 1.0.4 - TBD

### Added

- Nothing.

### Changed

- Hide server info.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Unwanted configuration parameter.

## 1.0.3 - 20190410

### Added
Expand Down
5 changes: 2 additions & 3 deletions src/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* use warnings;
* use iMSCP::EventManager;
* use iMSCP::File;
*
*
* iMSCP::EventManager->getInstance()->register('onLoadTemplate', sub {
* my ($target, $cfgTplName, $cfgTplContent) = @_;
*
Expand All @@ -30,7 +30,7 @@
*
* 0;
* });
*
*
* 1;
* __END__
*
Expand Down Expand Up @@ -80,7 +80,6 @@
$cfg['RecodingEngine'] = 'iconv';
$cfg['SendErrorReports'] = 'never';
$cfg['SessionSavePath'] = '{SESSION_SAVE_PATH}';
$cfg[''] = false;
$cfg['ShowServerInfo'] = true;
$cfg['ShowStats'] = true;
$cfg['SuhosinDisableWarning'] = true;
Expand Down

0 comments on commit 6298120

Please sign in to comment.