<?

/*/
	File: Globals.phi  [v1.0]
	© 2001-2004 Locke Enterprises - All rights reserved.
	Purpose:  Export global variables to containing scripts.
	Created:  5/22/2001 - Nathan
	Modification History:
		· 6/23/2004 - Nathan - added the g_BasePath
		· mm/dd/yyyy - name - comment
/*/

	$FORM = strtolower($REQUEST_METHOD)=='get' ? $HTTP_GET_VARS : $HTTP_POST_VARS;

	$g_BasePath = "/home/windshi/public_html/";
	$g_BaseURL = "http://www.windshieldstogo.com/";

	$g_DBconnect = "DBI:mysql:windshi_main";
	$g_DBuser = "windshi_winddb";
	$g_DBpassword = "parker";

	
?>