summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 15:47:46 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 15:47:46 +0100
commitf07c0eb4fa8fd413bd2c5419aa9b21fada38b530 (patch)
tree8e259fdca00b63281668e29923541d1de168532c /config.php-dist
parent55193822528c95f6cd63c92f0791385ad4aad3d6 (diff)
improved article look
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index fae328172..c7b3a55bd 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -1,9 +1,9 @@
<?
+ define(VERSION, "0.2-pre");
define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX");
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
define(HEADLINES_PER_PAGE, 15);
define(MIN_UPDATE_TIME, 1800);
define(WEB_DEMO_MODE, false);
-
?>