6 lines
76 B
PHP
6 lines
76 B
PHP
|
<?php
|
||
|
|
||
|
$labels = array();
|
||
|
$labels['ipbanned'] = 'You are banned for %s';
|
||
|
|
||
|
?>
|