%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/webmin/exports/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/webmin/exports/cgi_args.pl |
use strict; use warnings; 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; }