version0.4.1 Общие исправления

This commit is contained in:
2026-06-19 15:37:02 +03:00
parent 621ce6723a
commit 5469a967a2
2 changed files with 27 additions and 1 deletions
+1
View File
@@ -150,6 +150,7 @@ function showPage(id,btn){
if(id==='dashboard')loadDashboard();
if(id==='users')loadUsers();
if(id==='ssl')loadSSL();
if(id==='security')loadSecurityPage();
}
function openModal(title,html){
document.getElementById('modal-title-text').textContent=title;