Get internet IP setting + session cache fix

This commit is contained in:
Jokob-sk
2023-01-14 10:03:56 +11:00
parent 121b5cdf32
commit 3c13f82d61
6 changed files with 51 additions and 43 deletions

View File

@@ -286,7 +286,7 @@ CommitDB();
<script>
// number of settings has to be equal to
var settingsNumber = 59;
var settingsNumber = 60;
// Wrong number of settings processing
if(<?php echo count($settings)?> != settingsNumber)