From 78160de70c4e813cca2eaf033278074c8d866f01 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 21 Mar 2018 19:34:35 +0100 Subject: [PATCH] Rimosse info di debug --- ajax.php | 9 +-------- lib/functions.js | 2 -- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/ajax.php b/ajax.php index 0701c2623..94c1d0fb0 100644 --- a/ajax.php +++ b/ajax.php @@ -42,14 +42,7 @@ switch (get('op')) { if ($clear == 1 || $value == '') { unset($_SESSION[$array[0]][$array[1]]); } else { - $_SESSION[$array[0]][$array[1]] = $value; - - echo $array[0]; - echo $array[1]; - - echo $_SESSION[$array[0]][$array[1]]; - print_r($_SESSION); - + $_SESSION[$array[0]][$array[1]] = $value; } break; diff --git a/lib/functions.js b/lib/functions.js index 384a2c106..0943f5f3c 100644 --- a/lib/functions.js +++ b/lib/functions.js @@ -1116,8 +1116,6 @@ function session_set(session_array, value, clear, reload) { return $.get(globals.rootdir + "/ajax.php?op=session_set&session=" + session_array + "&value=" + value + "&clear=" + clear, function(data, status){ - //alert (session_array); - //alert (value); if (reload==1) location.reload();