Changeset 4 for www/aktuality/rss_generator.php
- Timestamp:
- Jan 14, 2008, 9:48:39 PM (17 years ago)
- Location:
- www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
www
-
Property svn:ignore
set to
config.php
php_script_error.log
-
Property svn:ignore
set to
-
www/aktuality/rss_generator.php
r1 r4 1 <? 1 <?php 2 3 include_once('../global.php'); 2 4 3 5 function GenerateRSS($Data) 4 6 { 5 $Result = '<?xml version="1.0" encoding="iso-8859-2" ?>'."\n". //<? 7 global $Config; 8 9 $Result = '<?xml version="1.0" encoding="'.$Config['Web']['Charset'].'" ?>'."\n". //<? 6 10 '<rss version="2.0">'."\n". 7 11 " <channel>\n".
Note:
See TracChangeset
for help on using the changeset viewer.