@@ -5,7 +5,7 @@ |
||
5 | 5 | return [ |
6 | 6 | // Use for styling the menu |
7 | 7 | //"basePath" => ANAX_APP_PATH . "/cache", |
8 | - "basePath" => ANAX_INSTALL_PATH . "/cache/anax", |
|
8 | + "basePath" => ANAX_INSTALL_PATH."/cache/anax", |
|
9 | 9 | |
10 | 10 | // Default time to live until item expires |
11 | 11 | "timeToLive" => 7 * 24 * 60 * 60, |