MYLITTLEADMIN
UPGRADE FROM V3.6(a) TO V3.7

*** /web.config:
update the Version, Release and Build keys to
	<add key="Version" value="3.8" />
	<add key="Release" value="0071" />
	<add key="Build" value="4000" />
	
*** /config.xml
add the property "required" in node myLittleAdmin/connection/askdb
	<askdb
		 value="true" 
		 required="true"
	/>	
	
*** /mylittleadmin.aspx
replace with the new ones

*** /history.txt
replace with the new one

*** /bin/mla_sql.dll , /bin/mla_gui.dll , /bin/mla_silent.dll, /bin/mlt_ver.dll, /bin/strings.dll
replace with the new ones

*** /error/
replace all files with the new ones

*** js/codemirror-2.0/
new folder and files, to be copied in the js folder

*** /js/mla_sql.js, /js/mlb.js
replace with the new ones

*** /nav/about.aspx
replace with the new ones

*** /obj/preferences.aspx
replace with the new ones

*** /skin/default/css/mla_sql.css
replace with the new ones

*** /skin/default/img/app/headerdlgbox.gif, /skin/default/img/app/headerdlgbox_lite.gif, /skin/default/img/app/intro.gif, /skin/default/img/app/intro_lite.gif
replace with the new ones

*** /skin/default/img/navbar/vlogo.gif, /skin/default/img/navbar/vlogo.jpg
replace with the new ones

*** /tools/query.aspx
replace with the new ones

*** /xml/defaultheader.xml
replace with the new ones


