Révision ed74d101
b/doc/conf.py | ||
---|---|---|
50 | 50 |
# built documents. |
51 | 51 |
# |
52 | 52 |
# The short X.Y version. |
53 |
version = '0.1.17'
|
|
53 |
version = '0.1.18'
|
|
54 | 54 |
# The full version, including alpha/beta/rc tags. |
55 |
release = '0.1.17'
|
|
55 |
release = '0.1.18'
|
|
56 | 56 |
|
57 | 57 |
# The language for content autogenerated by Sphinx. Refer to documentation |
58 | 58 |
# for a list of supported languages. |
b/src/backup.php | ||
---|---|---|
36 | 36 |
if (file_exists($attachment_location)) { |
37 | 37 |
header($_SERVER["SERVER_PROTOCOL"] . " 200 OK"); |
38 | 38 |
header("Cache-Control: public"); // needed for i.e. |
39 |
header("Content-Type: application/gzip"); |
|
39 |
//header("Content-Type: application/gzip");
|
|
40 | 40 |
header("Content-Transfer-Encoding: Binary"); |
41 | 41 |
header("Content-Length:".filesize($attachment_location)); |
42 | 42 |
header("Content-Disposition: attachment; filename=" . $backup_filename); |
Formats disponibles : Unified diff