Fix operator precedence

This commit is contained in:
Miraty 2023-04-15 21:16:04 +02:00
parent 9f7c93e66d
commit a2ea572439
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ else {
<h2>SFTP</h2>
<?php
$quota = ($_SESSION['type'] ?? '' === 'approved') ? CONF['ht']['user_quota_approved'] : CONF['ht']['user_quota_testing'];
$quota = (($_SESSION['type'] ?? '') === 'approved') ? CONF['ht']['user_quota_approved'] : CONF['ht']['user_quota_testing'];
?>
<p>