Skip to content

Commit 931f66d

Browse files
authored
Fix typo in /edit/server/index.php
1 parent 99b0ee8 commit 931f66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/edit/server/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@
698698
if (empty($_SESSION['error_msg'])) {
699699
if ($_POST['v_inactive_session_timeout'] != $_SESSION['INACTIVE_SESSION_TIMEOUT']) {
700700
if($_POST['v_inactive_session_timeout'] < 1){
701-
$_SESSION['error_msg'] = _('Inactive session timeout can not lower then 1 minute');
701+
$_SESSION['error_msg'] = _('Inactive session timeout can not lower than 1 minute');
702702
}else{
703703
exec (HESTIA_CMD."v-change-sys-config-value INACTIVE_SESSION_TIMEOUT ".escapeshellarg($_POST['v_inactive_session_timeout']), $output, $return_var);
704704
check_return_code($return_var,$output);

0 commit comments

Comments
 (0)