deleted file wwa-version.php

This commit is contained in:
2024-10-09 12:47:34 +00:00
committed by Gitium
parent 7dcace54d3
commit dd95c943cb
1784 changed files with 0 additions and 325846 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
SSH_AUTH_SOCK=''
SSH="ssh -q -F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
if [ -z "$GIT_KEY_FILE" ] ; then
exec $SSH "$@"
else
exec $SSH -i "$GIT_KEY_FILE" "$@"
fi