Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
This commit is contained in:
commit
25ffd0e9d5
@ -10,8 +10,8 @@ if [ $# -lt 2 ] ; then
|
||||
fi
|
||||
REL=$1
|
||||
|
||||
if [ $# -gt 2 ] ; then
|
||||
cd "$3"
|
||||
if [ $# -gt 1 ] ; then
|
||||
cd "$2"
|
||||
fi
|
||||
|
||||
# Upload to our file server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user