mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
9 lines
173 B
Ucode
9 lines
173 B
Ucode
'use strict';
|
|
|
|
return {
|
|
action_release_ram: function() {
|
|
system('sync && echo 3 > /proc/sys/vm/drop_caches');
|
|
http.redirect(dispatcher.build_url('admin/status'));
|
|
}
|
|
}
|