exported from svn
This commit is contained in:
commit
03995d3bc6
85 changed files with 14765 additions and 0 deletions
13
admin/export-rss2.php
Normal file
13
admin/export-rss2.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
include_once('.'.DIRECTORY_SEPARATOR.'auth.php');
|
||||
define("JLOG_ADMIN", true);
|
||||
define("JLOG_EXPORT_RSS2", true);
|
||||
require_once('..'.DIRECTORY_SEPARATOR.'scripts'.DIRECTORY_SEPARATOR.'prepend.inc.php');
|
||||
require('..'.DIRECTORY_SEPARATOR.'scripts'.DIRECTORY_SEPARATOR.'update.php');
|
||||
|
||||
header('Content-type: application/xml');
|
||||
header('Content-Disposition: attachment; filename="jlog-rss2.xml"');
|
||||
|
||||
echo $data['rss_full'];
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue