mirror of
https://github.com/sigmasternchen/ShellSpider
synced 2025-03-16 08:29:02 +00:00
remove debugging info
This commit is contained in:
parent
8c9f357098
commit
983253c06e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fi
|
|||
|
||||
placeholder() {
|
||||
declare -A tokens
|
||||
tokens[path]="${server[path]} (${server[real_path]})"
|
||||
tokens[path]="${server[path]}"
|
||||
tokens[host]="${headers[Host]}"
|
||||
tokens[server]="${settings[server]}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue