mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 16:55:25 +08:00
qt 6.5.1 original
This commit is contained in:
6
tests/testserver/apache2/testdata/www/htdocs/protected/cgi-bin/md5sum.cgi
vendored
Normal file
6
tests/testserver/apache2/testdata/www/htdocs/protected/cgi-bin/md5sum.cgi
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Content-type: text/plain";
|
||||
echo "Content-length: 33"
|
||||
echo
|
||||
md5sum | cut -f 1 -d " "
|
Reference in New Issue
Block a user