function key_provider_file_instructions in Key 7
File
- plugins/
key_provider/ file.inc, line 77
Code
function key_provider_file_instructions() {
return array(
'instructions' => array(
'#markup' => t('Enter the key in a file at the specified location. Be sure the file is readable by the user the web server runs under.'),
),
);
}