14033957eb3480edc2a86ca2798cf213c806ff49
[dotclear.git] / _public.php
1 <?php
2 require_once dirname(__FILE__) . '/page.auth.php';
3 require_once dirname(__FILE__) . '/widget.auth.php';
4 require_once dirname(__FILE__) . '/widget.post.perms.php';
5 require_once dirname(__FILE__) . '/class.xorg.auth.php';
6
7 $core->url->register('xorgAuth', 'Xorg', '^auth/(.*)$', array('xorgAuthentifier', 'doAuth'));
8
9 $core->addBehavior('coreBlogGetPosts', array('xorgPostPermsWidget', 'behavior_coreBlogGetPosts'));
10 ?>