fixes #118: flash uploads are broken

This commit is contained in:
albert
2011-10-14 18:02:11 -04:00
parent a35ab779d3
commit ddd036ef97
27 changed files with 2805 additions and 7 deletions

38
vendor/plugins/imagesize/test/test.xpm vendored Executable file
View File

@@ -0,0 +1,38 @@
/* XPM */
static char * sample2_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
"+ c #FF0000",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"......++..................++....",
"......+++................+++....",
".......+++..............+++.....",
"........+++............+++......",
".........+++..........+++.......",
"..........+++........+++........",
"...........+++......+++.........",
"............+++....+++..........",
".............+++..+++...........",
"..............++++++............",
"...............++++.............",
"................+++.............",
"...............+++++............",
"..............+++.+++...........",
".............+++...+++..........",
"............+++.....+++.........",
"...........+++.......+++........",
"..........+++.........+++.......",
".........+++...........+++......",
"........+++.............+++.....",
".......+++...............+++....",
"......+++.................+++...",
"......++...................++...",
"................................",
"................................",
"................................"};