Merge branch 'tid'

This commit is contained in:
wangyidong
2022-05-18 10:20:48 +08:00
32 changed files with 439 additions and 88 deletions
+1 -5
View File
@@ -130,10 +130,6 @@ $(function()
$('#casesResults table caption .result-tip').html($('#resultTip').html());
});
});
<?php
$sessionString = $config->requestType == 'PATH_INFO' ? '?' : '&';
$sessionString .= session_name() . '=' . session_id();
?>
var sessionString = '<?php echo $sessionString;?>';
var sessionString = '<?php echo session_name() . '=' . session_id();?>';
</script>
<?php include '../../common/view/footer.lite.html.php';?>