You are here

constant NODESQUIRREL_SECRET_KEY_PATTERN in Backup and Migrate 6.2

Same name and namespace in other branches
  1. 8.3 includes/destinations.nodesquirrel.inc \NODESQUIRREL_SECRET_KEY_PATTERN
  2. 6.3 includes/destinations.nodesquirrel.inc \NODESQUIRREL_SECRET_KEY_PATTERN
  3. 7.2 includes/destinations.nodesquirrel.inc \NODESQUIRREL_SECRET_KEY_PATTERN

@file Functions to handle the NodeSquirrel backup destination.

2 uses of NODESQUIRREL_SECRET_KEY_PATTERN
backup_migrate_destination_nodesquirrel::edit_form in includes/destinations.nodesquirrel.inc
Get the form for the settings for this destination.
backup_migrate_destination_nodesquirrel::edit_form_validate in includes/destinations.nodesquirrel.inc
Submit the configuration form. Glue the url together and add the old password back if a new one was not specified.

File

includes/destinations.nodesquirrel.inc, line 10
Functions to handle the NodeSquirrel backup destination.

Code

define('NODESQUIRREL_SECRET_KEY_PATTERN', '/^[0-9a-f]{32}\\:?[0-9a-f]{32}$/');