diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-01-12 12:21:05 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-01-12 12:21:05 +0400 |
| commit | 5a68552b6bbf323397116d307b263bd4f8a8ee33 (patch) | |
| tree | 87074bff532dcbf3db40e89884887069a86d8774 /config.php-dist | |
| parent | 125ab8dbf7387bf57f0c3285fc3e7a8ce2013aaa (diff) | |
config: remove TMP_DIRECTORY
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 3 |
1 files changed, 0 insertions, 3 deletions
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. |