FILEUP



LOG | FILES | OVERVIEW


F diff --git a/php/upload.php b/php/upload.php --- a/php/upload.php +++ b/php/upload.php
exit(1);
}
- echo "adsf";
-
$file = $_FILES["the_file"];
$filename= $_POST["filename"];
F diff --git a/sql/fileshare.sql b/sql/fileshare.sql --- a/sql/fileshare.sql +++ b/sql/fileshare.sql
/*BEWARE!*/
- drop table if exists users;
- drop table if exists nodes;
drop table if exists node_access;
+ drop table if exists users;
drop table if exists node_links;
+ drop table if exists nodes;