We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b0ee8 commit 931f66dCopy full SHA for 931f66d
web/edit/server/index.php
@@ -698,7 +698,7 @@
698
if (empty($_SESSION['error_msg'])) {
699
if ($_POST['v_inactive_session_timeout'] != $_SESSION['INACTIVE_SESSION_TIMEOUT']) {
700
if($_POST['v_inactive_session_timeout'] < 1){
701
- $_SESSION['error_msg'] = _('Inactive session timeout can not lower then 1 minute');
+ $_SESSION['error_msg'] = _('Inactive session timeout can not lower than 1 minute');
702
}else{
703
exec (HESTIA_CMD."v-change-sys-config-value INACTIVE_SESSION_TIMEOUT ".escapeshellarg($_POST['v_inactive_session_timeout']), $output, $return_var);
704
check_return_code($return_var,$output);
0 commit comments