Fix issues with dotclear session management and browser cache.
[dotclear.git] / _public.php
CommitLineData
1edd3efc 1<?php
b519995b 2require_once dirname(__FILE__) . '/page.auth.php';
b519995b
FB
3require_once dirname(__FILE__) . '/widget.auth.php';
4
1edd3efc 5$core->url->register('xorgAuth', 'Xorg', '^auth/(.*)$', array('xorgAuthentifier', 'doAuth'));
1edd3efc 6
1edd3efc 7?>