mod_smacks_offline/mod_smacks_offline.lua
author Kim Alvefur <zash@zash.se>
Sun, 26 Mar 2023 14:37:42 +0200
changeset 5280 67777cb7353d
parent 3940 a3693e0d26b8
permissions -rw-r--r--
mod_http_oauth2: Pedantic optimization Checking the length of the string seems like 30% more expensive than comparing it with the empty string (by reference, probably).

-- this module is deprecated, log an error and load the superseding module instead
module:depends"smacks"

module:log("error", "mod_smacks_offline is deprecated! Just use mod_smacks!");