diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-25 10:20:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-25 10:20:16 +0000 |
commit | a4d66865597b43a26875dd649bedf0ca25099e8f (patch) | |
tree | ab54b11b18782141927898a40d7e7fa067d30227 /contrib/feed-browser/index.php | |
parent | 5a7bb23659fa97a1ac55bf6769605cf342a62911 (diff) |
feed-browser: feeds adding improved, updater more silent
- includes/config.inc contain array with all feeds
- check_database() adds feeds if they are not present
- updater does not show feed URL
Diffstat (limited to 'contrib/feed-browser/index.php')
-rw-r--r-- | contrib/feed-browser/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/feed-browser/index.php b/contrib/feed-browser/index.php index b3fb41bcd8..df7282db7d 100644 --- a/contrib/feed-browser/index.php +++ b/contrib/feed-browser/index.php @@ -30,6 +30,7 @@ * */ +require_once 'includes/config.inc'; require_once 'includes/functions.inc'; check_database(); |