This commit is contained in:
skeeter
2000-09-28 03:22:25 +00:00
parent 8ddc0b1fe9
commit 1af7228b32
4 changed files with 118 additions and 1 deletions

View File

@ -37,7 +37,7 @@ insert into config (config_name, config_value) values ('httpproxy_server', '');
insert into config (config_name, config_value) values ('httpproxy_port', '');
insert into config (config_name, config_value) values ('showpoweredbyon', 'bottom');
insert into config (config_name, config_value) values ('checkfornewversion', 'False');
z
CREATE TABLE applications (
app_name varchar(25) NOT NULL,
app_title varchar(50),