Changeset 1733 for trunk/gregarius/constants.php
- Timestamp:
- 06/10/07 11:51:48 (16 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/constants.php
r1653 r1733 37 37 // The useragent used when retrieving the feeds 38 38 define ('MAGPIE_USER_AGENT', "" . _TITLE_ . "/" . _VERSION_ . " (+http://devlog.gregarius.net/docs/ua)"); 39 ini_set('user_agent',MAGPIE_USER_AGENT);39 @ini_set('user_agent',MAGPIE_USER_AGENT); 40 40 41 41 // feedback
