Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../methods
File: openstack.php
<?php
[0] Fix | Delete
[1] Fix | Delete
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access.');
[2] Fix | Delete
[3] Fix | Delete
// Necessary to place the code in a separate file, because it uses namespaces, which cause a fatal error in PHP 5.2
[4] Fix | Delete
if (version_compare(phpversion(), '5.3.3', '>=')) {
[5] Fix | Delete
include_once(UPDRAFTPLUS_DIR.'/methods/openstack2.php');
[6] Fix | Delete
} else {
[7] Fix | Delete
include_once(UPDRAFTPLUS_DIR.'/methods/insufficient.php');
[8] Fix | Delete
class UpdraftPlus_BackupModule_openstack extends UpdraftPlus_BackupModule_insufficientphp {
[9] Fix | Delete
public function __construct() {
[10] Fix | Delete
parent::__construct('openstack', 'OpenStack', '5.3.3');
[11] Fix | Delete
}
[12] Fix | Delete
}
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function