WebGUI 3.6.0 release

This commit is contained in:
JT Smith 2002-03-20 06:01:00 +00:00
parent 81da4fe3af
commit 0997fc100c
22 changed files with 3085 additions and 103 deletions

View file

@ -1,9 +1,4 @@
create table webguiVersion (
webguiVersion varchar(10),
versionType varchar(30),
dateApplied int
);
insert into webguiVersion values ('3.5.1','intitial install',unix_timestamp());
insert into webguiVersion values ('3.5.2','intitial install',unix_timestamp());
# MySQL dump 8.14
#