Navigation Menu

Skip to content

Commit

Permalink
Define custom location for CACHE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilCrosby committed Dec 20, 2008
1 parent 035076f commit a3532d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.php.example
Expand Up @@ -2,6 +2,7 @@

define('LAST_FM_API_KEY', 'you need an API key');
define('LAST_FM_SECRET', 'and why not give us your secret too?');
define('LAST_FM_API_URL', 'http://ws.audioscrobbler.com/2.0/')
define('LAST_FM_API_URL', 'http://ws.audioscrobbler.com/2.0/');
define('CACHE_PATH', $_SERVER['DOCUMENT_ROOT'].'/cache/');

?>

0 comments on commit a3532d4

Please sign in to comment.