sub admin_main { my $cookie = cookie('loggedIn'); if ($cookie eq "true"){ print< Net Works Web Design - Client Invoice Tracker: Administration
 

CLIENT INVOICE TRACKER: ADMINISTRATION >> ADMIN OPTIONS

Administration Options are as follows:

Adds a user to the Client Invoice Tracker database.
Deletes a user from the Client Invoice Tracker database.
Edit a current client's Invoice information.
Edit a current client's information.
Change the administration password.
Change a current client's password.

Copyright© 2004/2005 Net Works Web Design
EndOfHTML } else { &login_html(); } exit; }