Changeset 1846
- Timestamp:
- 11/03/09 22:44:05 (13 years ago)
- Location:
- plugins/agora
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/agora/_define.php
r1844 r1846 17 17 /* Description*/ "It is not a forum but almost", 18 18 /* Author */ "Osku, Tomtom (http://blog.zenstyle.fr) and contributors", 19 /* Version */ '0.4 ',19 /* Version */ '0.4.1', 20 20 /* Permissions */ 'admin' 21 21 ); -
plugins/agora/_prepend.php
r1641 r1846 32 32 } 33 33 34 $core->setPostType('threadpost','plugin.php?p=agora&act=thread&id=%d',$core->url->getBase('thread').'/%s'); 35 34 36 $__autoload['agora'] = dirname(__FILE__).'/inc/class.agora.php'; 35 37 $__autoload['dcPublicAuth'] = dirname(__FILE__).'/inc/class.agora.auth.php';
Note: See TracChangeset
for help on using the changeset viewer.