Home
last modified time | relevance | path

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

/plugin/ipban/
H A Dadmin.php36 $cause = trim(preg_replace('/[\n\r\t]+/', '', $INPUT->str('cause')));
37 $newban .= "\t" . $cause . "\n";
68 echo '<th>' . $this->getLang('cause') . '</th>';
89 echo '<label for="plg__ipban_cause">' . $this->getLang('cause') . ':</label>';
90 echo '<input type="text" name="cause" id="plg__ipban_cause" class="edit" /> ';