Function CMSPermissionsScanner->set_has_ftp_loopback_for_write

Definitions

sources/file_permissions_check.php

  • Set whether we can 'get' write access via some kind of loopback.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$has_ftp_loopback_for_write boolean No No required parameter N/A N/A Whether the system has the potential to 'get' write access on non-suEXEC-style servers by (for example) looping through FTP

Preview

Code (PHP)

/**
 * Set whether we can 'get' write access via some kind of loopback.
 *
 * @param  boolean $has_ftp_loopback_for_write Whether the system has the potential to 'get' write access on non-suEXEC-style servers by (for example) looping through FTP
 */

public function set_has_ftp_loopback_for_write(bool $has_ftp_loopback_for_write)