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

@@ -559,6 +559,15 @@
<input type="text" name="log_dir" value="${config['log_dir']}" size="40" />
</td>
</tr><!--end Logs-->
<!--Cache-->
<tr>
<td>
<label for="cache_dir">Cache Directory:</label>
</td>
<td>
<input type="text" name="cache_dir" value="${config['cache_dir']}" size="40" />
</td>
</tr><!--end Cache-->
</table>
</div><!--end Miscellaneous-->