Can define perms required to view a post... need to plug it on the public interface
[dotclear.git] / _public.php
1 <?php
2 require_once dirname(__FILE__) . '/page.auth.php';
3 require_once dirname(__FILE__) . '/widget.auth.php';
4
5 $core->url->register('xorgAuth', 'Xorg', '^auth/(.*)$', array('xorgAuthentifier', 'doAuth'));
6
7 ?>