diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-16 21:42:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-16 21:42:52 +0000 |
commit | dcfcd99c6c55ddab797c31f7a544b7c1d0d9953e (patch) | |
tree | 59884a0f3afa0de6ccaede807dcb00174fdee20a /modules/backend.class | |
parent | 62588af9cefda10fbde2a7293095613ae3e1a224 (diff) | |
download | brdo-dcfcd99c6c55ddab797c31f7a544b7c1d0d9953e.tar.gz brdo-dcfcd99c6c55ddab797c31f7a544b7c1d0d9953e.tar.bz2 |
- improved web interface of cron module.
- improved web interface of account module.
- added simple permission system with both administrators
and regular users. It can be made more fine-grained but
it will do for now.
- various small enhancements to the other modules, but
nothing big.
Diffstat (limited to 'modules/backend.class')
-rw-r--r-- | modules/backend.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/backend.class b/modules/backend.class index b564344d5..35bcfeb0e 100644 --- a/modules/backend.class +++ b/modules/backend.class @@ -16,7 +16,7 @@ class backend { // Contains the parsed rdf/rss/xml file: var $headlines = array(); // latest headlines - function backend($id, $site, $url, $file, $contact, $timout = 1800) { + function backend($id, $site, $url, $file, $contact, $timout = 3600) { // Get channel info: $result = db_query("SELECT * FROM channel WHERE id = '$id' OR site = '$site'"); |