From 5a68552b6bbf323397116d307b263bd4f8a8ee33 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Jan 2012 12:21:05 +0400 Subject: config: remove TMP_DIRECTORY --- 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 c7da5bde1..f060cc6af 100644 --- a/config.php-dist +++ b/config.php-dist @@ -42,9 +42,6 @@ define('CACHE_DIR', 'cache'); // Local cache directory for RSS feed content. - define('TMP_DIRECTORY', '/tmp'); - // Directory for temporary files - define('ICONS_DIR', "feed-icons"); define('ICONS_URL', "feed-icons"); // Local and URL path to the directory, where feed favicons are stored. -- cgit v1.2.3-54-g00ecf