mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
10 lines
98 B
PHP
10 lines
98 B
PHP
|
<?php
|
||
|
$GLOBALS['IPBANS']=array (
|
||
|
'FAILURES' =>
|
||
|
array (
|
||
|
),
|
||
|
'BANS' =>
|
||
|
array (
|
||
|
),
|
||
|
);
|
||
|
?>
|