From d36787641e5d212959e51cee2c56c00deaea6d59 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 9 Oct 2009 11:57:12 +0200 Subject: Put fonts in local dir --- Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.php') 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", -- cgit v1.2.3