File manager - Edit - /usr/share/webmin/exports/cgi_args.pl
Back
use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; do 'exports-lib.pl'; sub cgi_args { my ($cgi) = @_; if ($cgi eq 'edit_export.cgi') { my @exps = &list_exports(); return @exps ? 'idx='.$exps[0]->{'index'} : 'new=1'; } return undef; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.86 |
proxy
|
phpinfo
|
Settings