File

plugins/mod_windows.lua @ 13372:ffbd058bb232

mod_user_account_management: Fire events with a fake (not destroyed) session Previously these events fired after the session had been destroyed, which removes many of the useful properties. The ones I chose to preserve here are the ones used by the community module mod_audit, which seems like a good baseline.
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Nov 2023 17:46:18 +0000
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here