1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00
shaarli_ynh/conf/ipbans.php

10 lines
No EOL
98 B
PHP

<?php
$GLOBALS['IPBANS']=array (
'FAILURES' =>
array (
),
'BANS' =>
array (
),
);
?>