mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-11 12:00:45 +01:00
Remove requirement for supybot.directories.data.web to be a subdir of supybot.directories.data
This commit is contained in:
parent
2008088a07
commit
15009caeff
@ -984,7 +984,7 @@ registerGlobalValue(supybot.directories.data, 'tmp',
|
||||
DataFilenameDirectory('tmp', _("""Determines what directory temporary files
|
||||
are put into.""")))
|
||||
registerGlobalValue(supybot.directories.data, 'web',
|
||||
DataFilenameDirectory('web', _("""Determines what directory files of the
|
||||
Directory('web', _("""Determines what directory files of the
|
||||
web server (templates, custom images, ...) are put into.""")))
|
||||
|
||||
def _update_tmp():
|
||||
|
Loading…
x
Reference in New Issue
Block a user