Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl-cms.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make footer editable in cms
[wfpl-cms.git]
/
admin_files.sql
1
drop table if exists files;
2
create table files (
3
id int unique auto_increment,
4
filename varchar(100) not null default "",
5
description varchar(200) not null default ""
6
);