From 6e7f8d269e3c84807072607edc765d6c0f72712c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Mar 2006 05:19:45 +0100 Subject: remove PG_VERSION config variable, get version from server --- config.php-dist | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index d07f2eb64..fa7376af7 100644 --- a/config.php-dist +++ b/config.php-dist @@ -9,9 +9,6 @@ define('DB_PASS', "XXXXXX"); //define('DB_PORT', '5432'); // when neeeded, PG-only - define('PG_VERSION', '8.0'); - // Your PostgreSQL server version. Valid values: 7.4, 8.0, 8.1 - define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache'); // Local cache directory for RSS feeds -- cgit v1.2.3-54-g00ecf