#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Security # description : User Remote Access # navigation : 1000 1250 # # Modified (c) 2002,2006 Stephen Noble # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # #---------------------------------------------------------------------- use strict; use warnings; use esmith::FormMagick::Panel::remoteuseraccess; my $fm = esmith::FormMagick::Panel::remoteuseraccess->new(); $fm->display(); __DATA__
MODIFY_DESCRIPTION