Home
last modified time | relevance | path

Searched +full:ban +(+path:plugin +path:ipban) -(+path:plugin +path:ipban +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/ipban/
H A Daction.php61 * Check if the given client IP is in the list of ban lines
64 * @param string[] $banconf List of ban lines
65 * @return false|array false or ban info [ip, date, reason]
72 foreach ($banconf as $ban) {
73 list($range, $dt, /*user*/, $reason) = explode("\t", trim($ban));
H A Dadmin.php73 foreach ($bans as $ban) {
74 $fields = explode("\t", $ban);
91 echo '<input type="submit" class="button" value="' . $this->getLang('ban') . '" />';
H A Dplugin.info.txt5 name IP Ban Manager
6 desc Allows administrators and managers to ban certain IP addresses from accessing the wiki
/plugin/ipban/_test/
H A Dcheck.test.php12 * Ban configuration