Fixes: #101 | Comments must be authorized

This commit is contained in:
Fraenkiman 2024-02-18 02:37:23 +01:00
parent 843cd62885
commit 46dc29c7f3

View File

@ -0,0 +1,11 @@
<?php
$policies = array (
0 =>
array (
'do' => '0',
'is_all' => true,
),
);
?>