diff options
Diffstat (limited to 'source/cfg')
-rw-r--r-- | source/cfg/cherrypy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cfg/cherrypy.cfg b/source/cfg/cherrypy.cfg index a419504d..6e5374fa 100644 --- a/source/cfg/cherrypy.cfg +++ b/source/cfg/cherrypy.cfg @@ -21,4 +21,4 @@ tools.staticdir.match = "(?i)^.+\.css$" [/images] tools.staticdir.on = True tools.staticdir.dir = "img" -tools.staticdir.match = "(?i)^.+\.png$"
\ No newline at end of file +tools.staticdir.match = "(?i)^.+\.png$" |