<%
'#################################################################################
'## Copyright (C) 2000  Michael Anderson
'## 
'## 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 any later version.
'## 
'## This program is distributed in the hope that it will be useful,
'## but WITHOUT ANY WARRANTY; without even the implied warranty of
'## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
'## GNU General Public License for more details.
'## 
'## You should have received a copy of the GNU General Public License
'## along with this program; if not, write to the Free Software
'## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
'## 
'## Correspondence and Questions can be sent to:
'## reinhold@bigfoot.com
'## 
'## or
'## 
'## Snitz Communications 
'## C/O: Michael Anderson
'## PO Box 200
'## Harpswell, ME 04079
'#################################################################################
%>
<% If Session("Approval") = "15916941253" Then %> 
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE file="inc_top.asp" -->

<table border="0" width="100%">
  <tr>
    <td width="33%" align="left" nowrap><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
    <img src="icon_folder_open.gif" height=15 width=15 border="0">&nbsp;<a href="default.asp">All Forums</a><br>
    <img src="icon_blank.gif" height=15 width=15 border="0"><img src="icon_folder_open_topic.gif" height=15 width=15 border="0">&nbsp;Admin Section<br>
    </font></td>
  </tr>
</table>

<table border="0" width="95%" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td bgcolor="<% =strTableBorderColor %>">
    <table border="0" width="100%" cellspacing="1" cellpadding="4">
      <tr>
        <td bgcolor="<% =strCategoryCellColor %>" colspan=2><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strCategoryFontColor %>" size"<% =strDefaultFontSize %>"><b>Administrative Functions</b></font></td>
      </tr>
      <tr>
        <td bgcolor="<% =strForumCellColor %>" valign=top><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
        <p><b>Forum Feature Configuration:</b>
        <UL>
        <LI><a href="admin_config_system.asp">Main Forum Configuration</a> <font size="-2">(<b>run after each upgrade</b>)</font></LI>
        <LI><a href="admin_config_features.asp">Feature Configuration</a></LI>
        <LI><a href="admin_config_ranks.asp">Ranking Configuration</a></LI>
        <LI><a href="admin_config_datetime.asp">Server Date/Time Configuration</a></LI>
        <LI><a href="admin_config_email.asp">Email Server Configuration</a></LI>
        <LI><a href="admin_config_colors.asp">Font/Table Color Code Configuration</a></LI>
        <LI><a href="admin_config_badwords.asp">Bad Word Feature Configuration</a></LI>
        </UL></p>
        </font></td>
        <td bgcolor="<% =strForumCellColor %>" valign=top><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
        <p><b>Other Configuration Options and Features:</b>
        <UL>
        <LI><a href="admin_moderators.asp">Moderator Setup</a></LI>
        <LI><a href="admin_emaillist.asp">Email List</a></LI>
        <LI><a href="admin_info.asp">Server Information</a></LI>
        <LI><a href="admin_count.asp">Update Forum Counts</a></LI>
        </UL></p>
        </font></td>
      </tr>
    </table>
    </td>
  </tr>
</table>

<!--#INCLUDE file="inc_footer.asp" -->
<% Else %>
<% Response.Redirect "admin_login.asp" %>
<% End IF %>