mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
6 lines
169 B
JavaScript
6 lines
169 B
JavaScript
function doClearSession() {
|
|
if (!confirm(xe.lang.confirm_run)) return;
|
|
exec_json('session.procSessionAdminClear', {}, function(data) {
|
|
alert(data.result);
|
|
});
|
|
}
|