- syndication changes

3-00
Dries Buytaert 2000-12-25 21:59:07 +00:00
parent 9f4128ab01
commit 42fbefddff
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</Files>
# Syndicate content:
<Files ~ "(syndicate.rdf|syndicate.rss|syndicate.xml)">
<Files export>
ForceType application/x-httpd-php
</Files>

9
export Normal file
View File

@ -0,0 +1,9 @@
<?
include "includes/common.inc";
if ($repository["backend"]) {
backend_rdf();
}
?>