We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276a7e6 commit b0a2364Copy full SHA for b0a2364
VERSION
@@ -1,3 +1,3 @@
1
-2.8.4
2
-2.8
+2.9.0
+2.9
3
php/classes/Config.php
@@ -85,7 +85,7 @@ class Config {
85
/**
86
* The system's version.
87
*/
88
- const VERSION = 'v2.8.4';
+ const VERSION = 'v2.9.0-alpha';
89
90
91
* The real domain which should be used.
php/image.php
@@ -44,7 +44,7 @@
44
finfo_close($finfo);
45
46
//Header
47
- header( 'Content-type: '.$mimetype.'; charset=utf-8' );
+ header( 'Content-Type: '.$mimetype );
48
header( 'Content-Disposition: inline; filename="'.$namehash.'.image"' );
49
header( 'Content-Length: '.$filesize);
50
0 commit comments