moved uploadsAccessHandler into the main webgui handler mechanism
converted macros to use references fixed some other various bugs
This commit is contained in:
parent
2818ade8b0
commit
ea868a8c0e
73 changed files with 256 additions and 275 deletions
|
|
@ -23,6 +23,12 @@ uploadsURL = /uploads
|
|||
|
||||
uploadsPath = /data/WebGUI/www/uploads
|
||||
|
||||
# An array of URLs that WebGUI should leave alone for normal
|
||||
# processing by Apache. Anything that begins with these URLs
|
||||
# will be entirely ignored by WebGUI
|
||||
|
||||
# passthruUrls => /icons, /documentation/pdf, /my-custom-application, /server-status, /perl-status
|
||||
|
||||
# The scripturl tells WebGUI how to reference the gateway script
|
||||
# when generating URLs. By default it will use the gateway
|
||||
# script's filename like /index.pl/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue