Changeset 1471 for plugins/wfwcomment
- Timestamp:
- 09/17/09 16:53:48 (14 years ago)
- Location:
- plugins/wfwcomment
- Files:
-
- 2 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/wfwcomment/_define.php
r1009 r1471 16 16 /* Description*/ "WFW Comment API support for DotClear 2", 17 17 /* Author */ "Pep and contributors", 18 /* Version */ '1.0 ',18 /* Version */ '1.0.1', 19 19 /* Permissions */ null 20 20 ); -
plugins/wfwcomment/_prepend.php
r1009 r1471 12 12 if (!defined('DC_RC_PATH')) { return; } 13 13 14 $GLOBALS['__autoload']['dcWFWComment'] = dirname(__FILE__).'/ class.dc.wfwcomment.php';14 $GLOBALS['__autoload']['dcWFWComment'] = dirname(__FILE__).'/inc/class.dc.wfwcomment.php'; 15 15 ?> -
plugins/wfwcomment/_public.php
r1009 r1471 23 23 $wfwc = new dcWFWComment($GLOBALS['core']); 24 24 $wfwc->receive($args); 25 exit;26 25 } 27 26 }
Note: See TracChangeset
for help on using the changeset viewer.