plugins/mod_pep_plus.lua
author Matthew Wild <mwild1@gmail.com>
Wed, 01 Aug 2018 19:08:09 +0100
changeset 9077 0462405b1cfb
parent 9064 82dd435c942c
permissions -rw-r--r--
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9077
0462405b1cfb mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Matthew Wild <mwild1@gmail.com>
parents: 9064
diff changeset
     1
module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
0462405b1cfb mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Matthew Wild <mwild1@gmail.com>
parents: 9064
diff changeset
     2
module:depends("pep");