#!/usr/local/bin/perl # edit_upgrade.cgi # Display a form for upgrading all of usermin from a tarfile require './usermin-lib.pl'; $access{'upgrade'} || &error($text{'acl_ecannot'}); &ui_print_header(undef, $text{'upgrade_title'}, ""); # what kind of install was this? $mode = &get_install_type(); # was the install to a target directory? if (open(DIR, "$config{'usermin_dir'}/install-dir")) { chop($dir =
"; print "
\n"; print "
\n"; print "\n"; print "
\n"; &ui_print_footer("", $text{'index_return'});