mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 10:49:31 +01:00
allow setting custom cache_dir
This commit is contained in:
@@ -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-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user