summaryrefslogtreecommitdiff
path: root/Config.php
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-10-09 11:57:12 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-10-09 11:57:12 +0200
commitd36787641e5d212959e51cee2c56c00deaea6d59 (patch)
treec20328f68aaebbdc865b6ad2b0a1fa97ac784b59 /Config.php
parenteb07ceb7db40b14b5caacb142a2def5ef7c210ec (diff)
Put fonts in local dir
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",