summaryrefslogtreecommitdiff
path: root/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'Config.php')
-rw-r--r--Config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.php b/Config.php
index 6f340e8..4cec25c 100644
--- a/Config.php
+++ b/Config.php
@@ -4,9 +4,9 @@ define(TRUENESS, 4000);
define(CACHE, (3600*36));
define(WIDTH, 160);
define(HEIGHT, 20);
-putenv("GDFONTPATH=/usr/share/fonts/truetype");
+putenv("GDFONTPATH=./truetype");
-define(CACHE_FOLDER, "/var/cache/www/Lastfm");
+define(CACHE_FOLDER, "/.cache");
$Styles = array ("Modern" => "It_wasn_t_me",
"Letters" => "JackOLantern",