diff options
Diffstat (limited to 'plugins/server/command.go')
-rw-r--r-- | plugins/server/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/server/command.go b/plugins/server/command.go index a3752e7b..e0b61896 100644 --- a/plugins/server/command.go +++ b/plugins/server/command.go @@ -8,7 +8,7 @@ import ( ) // pattern for the path finding -const pattern string = `^\/*([A-z0-9/.:-]+\.(php|sh|ph))$` +const pattern string = `^\/*([A-z/.:-]+\.(php|sh|ph))$` func (server *Plugin) scanCommand(cmd []string) error { const op = errors.Op("server_command_scan") |