diff options
Diffstat (limited to 'bin/deleteurl.sh')
| -rwxr-xr-x | bin/deleteurl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/deleteurl.sh b/bin/deleteurl.sh index e5cb00da3..7a8b3ef4a 100755 --- a/bin/deleteurl.sh +++ b/bin/deleteurl.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh cd "`dirname $0`" -./apicall.sh "IndexControlURLs_p.html" "urlhashdeleteall=&urlstring=$1" > /dev/null +./apicall.sh "IndexControlURLs_p.html?urlhashdeleteall=&urlstring=$1" > /dev/null |
