mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix another comment for new var dump sub
This commit is contained in:
@@ -6544,9 +6544,9 @@ Write content of a variable or hash/array ref to a file. For internal use only.
|
||||
webmin_debug_var_dump('ARRAY_NAME', \@array_ref);
|
||||
webmin_debug_var_dump('VALUE_NAME', $var_name);
|
||||
|
||||
Calling as root user `webmin_debug_var_dump('ENV', \%ENV)` will write a file under
|
||||
Webmin temporary directory with a file name `.debug_webmin_root_hash_ENV` dumping
|
||||
its content nicely
|
||||
Calling `webmin_debug_var_dump('ENV', \%ENV)` as root user will write a file under
|
||||
Webmin temporary directory with a file name `.debug_webmin_root__dump__hash___ENV`
|
||||
dumping its content nicely
|
||||
|
||||
=cut
|
||||
sub webmin_debug_var_dump
|
||||
|
||||
Reference in New Issue
Block a user