Changeset 631 for trunk/rss.php


Ignore:
Timestamp:
Aug 26, 2009, 8:20:27 PM (15 years ago)
Author:
george
Message:
  • Opraveno: RSS kanál a WoWEmu statistiky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rss.php

    r627 r631  
    33Header('Content-Type: text/xml');
    44
    5 include('inc/db.php');
     5include('inc/config.php');
     6include('inc/database.php');
     7include('inc/system.php');
    68include('inc/rss_generator.php');
    79
     10$System = new System($Config);
     11$db = $System->Database;
    812$NewsCount = 10;
    913$Items = array();
Note: See TracChangeset for help on using the changeset viewer.