| 1 |
Version: $Id$
|
| 2 |
|
| 3 |
This directory contains the vardump module, a contributed module for
|
| 4 |
Drupal (drupal.org)
|
| 5 |
|
| 6 |
Once installed and enabled, the vardump module allows a sufficiently
|
| 7 |
priviledged user to dump the site's variable table, to the screen or
|
| 8 |
to a file.
|
| 9 |
|
| 10 |
To install: unpack the module and move it to the site's modules
|
| 11 |
directory. Navigate to admin/build/modules and enable the vardump
|
| 12 |
module.
|
| 13 |
|
| 14 |
To use the module: once the module is installed, you can grant 'dump
|
| 15 |
variable table' permissions to a role. Users in this role will see
|
| 16 |
a 'Variable dump' menu item under admin/settings. Selecting this
|
| 17 |
(navigating to admin/settings/vardump) displays a form with options
|
| 18 |
for output format and location.
|
| 19 |
|
| 20 |
Please request features and report any issues at
|
| 21 |
http://drupal.org/project/vardump
|
| 22 |
|
| 23 |
|