Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit ed896db

Browse files
committed
Small improvements
1 parent ff9d9b7 commit ed896db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ public function getSettings()
7979
foreach ($this->configuration['directives'] as $key => $value) {
8080
if ($value === false) {
8181
$value = 'false';
82-
}
83-
if ($value === true) {
82+
} elseif ($value === true) {
8483
$value = 'true';
8584
}
8685
if ($key == 'opcache.memory_consumption') {

0 commit comments

Comments
 (0)