aboutsummaryrefslogtreecommitdiff
path: root/src/filedownload.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/filedownload.php')
-rw-r--r--src/filedownload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filedownload.php b/src/filedownload.php
index df45beb..bc2ebf1 100644
--- a/src/filedownload.php
+++ b/src/filedownload.php
@@ -34,6 +34,7 @@ if(!isset($_GET["oid"]) || !is_numeric($_GET["oid"]) || !isset($_GET["filename"]
}
$cf = globalconf();
+$uglysalt="30a2224c82dcf42e497e2a1f6bd6516b";
$fname = decryptData(myrawurldecode($_GET["filename"]), $uglysalt . $cf["key"]);
if(isset($_GET["msg"]))