Support https in blog URLs
[dotclear.git] / _define.php
CommitLineData
3f6bc75f
FB
1<?php
2
3$this->registerModule(
4 /* Name */ "XorgAuth",
5 /* Description*/ "Xorg Authentication plugin",
6 /* Author */ "Florent Bruneau",
7 /* Version */ '0.1',
8 /* Permissions */ 'usage,contentadmin',
9 /* Priority */ 200
10);
11?>