1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 05:54:03 +01:00

Rimosse info di debug

This commit is contained in:
Luca 2018-03-21 19:34:35 +01:00
parent 732ff78c90
commit 78160de70c
2 changed files with 1 additions and 10 deletions

View File

@ -43,13 +43,6 @@ switch (get('op')) {
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);
}
break;

View File

@ -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();