allow setting custom cache_dir

This commit is contained in:
Travis Glenn Hansen
2012-09-01 10:21:45 -06:00
parent 7c85002e5d
commit 10a924dfbf
6 changed files with 25 additions and 3 deletions

View File

@@ -342,6 +342,8 @@
</select>
<br><br>
<h3>Log Directory:</h3><input type="text" name="log_dir" value="${config['log_dir']}" size="50">
<br><br>
<h3>Cache Directory:</h3><input type="text" name="cache_dir" value="${config['cache_dir']}" size="50">
</td>
</tr>
<tr>