mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (plg_security_scanner): prevent issue with plg_handler_site
This commit is contained in:
parent
a2c6d554fd
commit
cd40cbe479
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ func init() {
|
||||||
// DEFAULT
|
// DEFAULT
|
||||||
r.HandleFunc("/index.php", WelcomePackHandle)
|
r.HandleFunc("/index.php", WelcomePackHandle)
|
||||||
r.PathPrefix("/html/").Handler(http.HandlerFunc(WelcomePackHandle))
|
r.PathPrefix("/html/").Handler(http.HandlerFunc(WelcomePackHandle))
|
||||||
r.PathPrefix("/public/").Handler(http.HandlerFunc(WelcomePackHandle))
|
|
||||||
r.PathPrefix("/webdav/").Handler(http.HandlerFunc(WelcomePackHandle))
|
r.PathPrefix("/webdav/").Handler(http.HandlerFunc(WelcomePackHandle))
|
||||||
r.PathPrefix("/www/").Handler(http.HandlerFunc(WelcomePackHandle))
|
r.PathPrefix("/www/").Handler(http.HandlerFunc(WelcomePackHandle))
|
||||||
r.PathPrefix("/MAMP/").Handler(http.HandlerFunc(WelcomePackHandle))
|
r.PathPrefix("/MAMP/").Handler(http.HandlerFunc(WelcomePackHandle))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue