hidden files, allow ips
This commit is contained in:
@@ -9,7 +9,9 @@ CREATE TABLE IF NOT EXISTS files (
|
||||
expires integer NOT NULL,
|
||||
downloads integer NOT NULL,
|
||||
max_downloads integer NOT NULL,
|
||||
passhash text
|
||||
passhash text,
|
||||
allowed_ip text,
|
||||
hidden boolean
|
||||
);
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user