File

plugins/mod_windows.lua @ 12228:f60f9cd9d26c

mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show It is unexpected that 'example.com' matches 'exampleicom.org' and this use of Lua patterns is undocumented and unlikely to be widely known or used.
author Kim Alvefur <zash@zash.se>
date Sun, 30 Jan 2022 11:10:51 +0100
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here