<config upload="./upload/" path="./" url="./">
	
	<formspath>./forms/</formspath>
	<default_location>index.php</default_location>

	<forms>
		<adminpath>./forms/admin/</adminpath>
		<userpath>./forms/user/</userpath>
		<admintemplate>./templates/form.htm</admintemplate>
		<sitepath>./forms/</sitepath>
		<sitetemplate>./admin/templates/form.htm</sitetemplate>
	</forms>


	<database type="mysql">
		<server>localhost</server>
		<login>root</login>
		<password>cats</password>
		<default>inventory</default>
	</database>

	<tables>
		<table name="vendors">site_vendors</table>
		<table name="products">site_products</table>
		<table name="users">site_users</table>
		<table name="suppliers">site_suppliers</table>
		<table name="transactions">site_trans</table>
		<table name="vars">site_vars</table>
		<table name="notes">site_notes</table>

	</tables>
 
	<templates path="./templates/">
		<admin path="./templates/admin/">
			<template name="login">login.htm</template>
			<template name="layout">layout.htm</template>
			<template name="common">common.htm</template>
			<template name="users">users.htm</template>
		</admin>
	</templates>
</config>