<?

/*/
	� 2001-2004 by Locke Enterprises (iLocke.com) - All rights reserved.
	License:  Authorized for use on the AutoGlassHosting.com website.
	File:  invoices/index.php
	Purpose:  Main frameset page for the invoices admin.
	Created: 6/2002 - dmtech - modified from the old BMAC / Locke menuing system
	Modification History:
		� 7/31/2004 - Nathan - enforced the admin login since we are no longer using regular http challenge auth
		� mm/dd/yyyy - [name] - [comment]
/*/

	/// ENFORCE admin login...
	@include("../admin.phi");
	if( intval($_SESSION["ADMIN_LEVEL"]) < 1 ) exit("<pre>\n\nAuthentication failure.<!--:".intval($_SESSION["ADMIN_LEVEL"]).":-->\n\n</pre>");
        
?>
<html>

	<head>
		<title>Invoice Manager</title>
	</head>

	<frameset cols=180,2,1*,2,260  FRAMEBORDER="0" BORDER="0">
		<frame name="menu" src="menu.php">
		<frame name="border" src="../black.htm" bordercolor=#000000 noresize>
		<frame name="main" src="invoices.php"  marginwidth="10" marginheight="10">
		<frame name="border" src="../black.htm" bordercolor=#000000 noresize>
		 <frame name="comments" src="comments.php">   
	</frameset>
	<noframes></noframes>

</html>
