root/releases/0.401/_rss/cron.php

Revision 45, 201 bytes (checked in by sven, 3 years ago)

dos2unix to clean line endings, set svn property eol-style native, some whitespace homogenisation

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     require("../includes.php");
4     
5     run("weblogs:init");
6     run("profile:init");
7     run("rss:init");
8     
9     define('context','resources');
10     global $page_owner;
11     
12     run("rss:update:all:cron",$page_owner);
13
14 ?>
Note: See TracBrowser for help on using the browser.