Loading py/image.jpg 0 → 100644 +142 KiB Loading image diff... py/o.jpg 0 → 100644 +0 −0 Empty file added. py/sopds.cgi +9 −2 Original line number Diff line number Diff line Loading @@ -543,8 +543,15 @@ elif type_value==99: c0=0 if c0==0: print('Status: 404 Not Found') print() # print('Status: 404 Not Found') # print() enc_print('Content-Type: image/jpeg') enc_print() f=open('sopds.jpg',"rb") sys.stdout.buffer.write(f.read()) f.close() opdsdb.closeDB() Loading py/sopds.jpg 0 → 100644 +6.44 KiB Loading image diff... Loading
py/sopds.cgi +9 −2 Original line number Diff line number Diff line Loading @@ -543,8 +543,15 @@ elif type_value==99: c0=0 if c0==0: print('Status: 404 Not Found') print() # print('Status: 404 Not Found') # print() enc_print('Content-Type: image/jpeg') enc_print() f=open('sopds.jpg',"rb") sys.stdout.buffer.write(f.read()) f.close() opdsdb.closeDB() Loading