- Timestamp:
- 2007/06/14 00:09:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/test/adachi/LLReader/pless_release.php
r14611 r14612 1 1 <?php 2 2 3 ini_set('include_path', ini_get('include_path') . ';./;./Lib'); 3 $_ps = PATH_SEPARATOR; 4 $_include_path = ini_get('include_path') . $_ps . './' . $_ps . './Lib'; 5 6 ini_set('include_path', $_include_path); 4 7 5 8 require_once('LLReader.php'); … … 8 11 'plugins' => array( 9 12 'Subscription_Simple' => array( 10 'urls' => array( 11 '', 12 '' 13 ), 14 )/*, 15 'Publish_Mail'=> array( 16 'to' => array( 17 '', 18 '', 19 ), 20 'from' => '' 21 )*/ 13 'urls' => array('http://feeds.feedburner.jp/cnet/rss') 14 ), 15 'Filter_SearchEntry2Feed' => array( 16 'regex' => '/¥é¥¤¥Ö¥É¥¢/i' 17 ), 22 18 ) 23 19 );
Note: See TracChangeset
for help on using the changeset viewer.
