diff options
author | adam <adam@> | 2021-02-15 11:09:03 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-15 11:09:03 +0200 |
commit | ceb1706e1caf92054bbc6291a70824f16e30eff0 (patch) | |
tree | f61414f03c85753790b39603c5906fe1209be328 /share_frontend.php | |
parent | f4e5ef20b3d0dd21867f24db5bea2b2137abe1e1 (diff) | |
parent | e2ab5591cc6d30b1fa26e094b2c50aa7879cdd88 (diff) | |
download | fileup-ceb1706e1caf92054bbc6291a70824f16e30eff0.tar.gz |
Merge https://github.com/alexvitkov/india
Diffstat (limited to 'share_frontend.php')
-rw-r--r-- | share_frontend.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/share_frontend.php b/share_frontend.php new file mode 100644 index 0000000..0a13cd7 --- /dev/null +++ b/share_frontend.php @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> + <head> + <head> + <meta charset="utf-8"> + <link rel="preconnect" href="https://fonts.gstatic.com"> + <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet"> + <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> + <title>shady file upload</title> <link rel="stylesheet" type="text/css" href="../css/style.css"> + <title>shady file upload</title> <link rel="stylesheet" type="text/css" href="../css/sharefile_style.css"> + </head> + </head> + <body> + <form method="GET" action="<?php echo "/php/share.php"; ?>"> + <h2>Fileup</h2> + <div class="content"> + This file is password protected. + <input type="hidden" name="file" value="<?php echo $_GET["file"];?>"><br> + <div class="h"> + <span>Password</span> + <input type="password" name="password"> + </div> + <input type="submit" value="Download"> + </div> + </form> + </body> +</html> |