Admin
dashboard
file manager
command
php exec
/
/
usr
/
share
/
doc
/
cpanel-php84-http-webdav-server
/
db
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
Fileserver.sql
file
1,111 B
0644
2025-06-05 00:00:00
edit
delete
rename
editing: Fileserver.sql
-- MySQL dump 9.06 -- -- Host: localhost Database: webdav --------------------------------------------------------- -- Server version 4.0.3-beta CREATE DATABASE webdav; USE webdav; -- -- Table structure for table 'locks' -- CREATE TABLE locks ( token varchar(255) NOT NULL default '', path varchar(200) NOT NULL default '', expires int(11) NOT NULL default '0', owner varchar(200) default NULL, recursive int(11) default '0', writelock int(11) default '0', exclusivelock int(11) NOT NULL default 0, created bigint(20) default 0, modified bigint(20) default 0, PRIMARY KEY (token), UNIQUE KEY token (token), KEY path (path), KEY path_2 (path), KEY path_3 (path,token), KEY expires (expires) ) TYPE=MyISAM; -- -- Dumping data for table 'locks' -- -- -- Table structure for table 'properties' -- CREATE TABLE properties ( path varchar(255) NOT NULL default '', name varchar(120) NOT NULL default '', ns varchar(120) NOT NULL default 'DAV:', value text, PRIMARY KEY (path,name,ns), KEY path (path) ) TYPE=MyISAM; -- -- Dumping data for table 'properties' --
save
cancel