Function __global->do_access
Definitions
config_editor.php
- Output the editing page.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $given_password | string | No | No | required parameter | N/A | N/A | The password given to get here (so we don't need to re-enter it each edit) |
Preview
Code (PHP)
/**
* Output the editing page.
*
* @param string $given_password The password given to get here (so we don't need to re-enter it each edit)
*/
function do_access(string $given_password)
* Output the editing page.
*
* @param string $given_password The password given to get here (so we don't need to re-enter it each edit)
*/
function do_access(string $given_password)

