This commit is contained in:
ruben- 2014-12-09 21:01:20 +01:00
parent 662af663b6
commit 2f86fa5e30
3 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ include_once(ABSPATH . '/wp-admin/includes/plugin.php');
class MainWPChild
{
private $version = '1.3';
private $version = '2.0';
private $update_version = '1.0';
private $callableFunctions = array(
@ -3971,7 +3971,7 @@ class MainWPChild
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename=' . basename($file));
header('Content-Disposition: attachment; filename="' . basename($file) . '"');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');

View file

@ -5,7 +5,7 @@
Description: Child Plugin for MainWP. The plugin is used so the installed blog can be securely managed remotely by your network. Plugin documentation and options can be found here http://docs.mainwp.com
Author: MainWP
Author URI: http://mainwp.com
Version: 1.4-rc2
Version: 2.0
*/
header('X-Frame-Options: ALLOWALL');
//header('X-Frame-Options: GOFORIT');