Project

General

Profile

« Previous | Next » 

Revision 1485

Added by Dietmar over 13 years ago

rename config.php.bak to config.php.new
fixed rss.php SERVER_EMAIL

View differences:

rss.php
60 60
?>
61 61
		<language><?php echo strtolower(DEFAULT_LANGUAGE); ?></language>
62 62
		<copyright><?php $thedate = date('Y'); $websitetitle = WEBSITE_TITLE; echo "Copyright {$thedate}, {$websitetitle}"; ?></copyright>
63
		<managingEditor><?php echo 'info@wdsnet.de'; ?></managingEditor>
64
		<webMaster><?php echo 'info@wdsnet.de'; ?></webMaster>
63
		<managingEditor><?php echo SERVER_EMAIL; ?></managingEditor>
64
		<webMaster><?php echo SERVER_EMAIL; ?></webMaster>
65 65
		<category><?php echo WEBSITE_TITLE; ?></category>
66 66
		<generator>WebsiteBaker Content Management System</generator>
67 67
<?php

Also available in: Unified diff