From a9348f971c5ad00fc0e2f49f029a998973afcbf3 Mon Sep 17 00:00:00 2001 From: Aidaho12 Date: Fri, 1 Jun 2018 22:00:07 +0600 Subject: [PATCH] v2.5.6 Need more security!! bugs --- inc/overview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/overview.js b/inc/overview.js index eb0b6df7..cf8c7d56 100644 --- a/inc/overview.js +++ b/inc/overview.js @@ -6,7 +6,8 @@ function ajaxActionServers(action, id) { url: "options.py", data: { action_hap: action, - serv: id + serv: id, + token: $('#token').val() }, success: function( data ) { data = data.replace(/\s+/g,' ');