[ Follow Ups ] [ Post Followup ] [ Discussions at the Paneris system node ]

Check_access_level

Posted by TimP on Tue Feb 2 23:53:09 1999

Distribution: paneris@i-way.co.uk
The following functions are only available to people
with known ip addresses.

modify_page.pl
invoice.pl
letter.pl
create_page.pl
create_node.pl
upload.pl


I am worried that this may make problems for some people (WilliamC);

The ub in htmlutil.pl is:

sub check_access_level {

unless( &get_known_user) {
my @error_list = ("Your IP address ($ENV{'REMOTE_ADDR'}) is not recognised.",
"Due to abuse the write access to the site has had to be restricted.",
"If you want to register email me your IP address."
);
&cgi_die(@error_list);
}
}

If someone wants to make it use cookies they are very welcome.

yours
timP





Follow Ups: