From 406419a83bf72307a8c0245796b5a09f8e69dd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Jes=C3=BAs=20S=C3=A1nchez=20Padial?= Date: Mon, 30 Nov 2015 13:53:12 +0100 Subject: [PATCH] Created public_files folder. That folder allows direct access to *files*, not like the standard files folder that has to be accessed through OJS. Former Windows version allowed direct access to files folder, but that is considered a security breach. --- public_files/fs | 1 + public_files/sjar | 1 + 2 files changed, 2 insertions(+) create mode 120000 public_files/fs create mode 120000 public_files/sjar diff --git a/public_files/fs b/public_files/fs new file mode 120000 index 00000000000..e2d9454dd7f --- /dev/null +++ b/public_files/fs @@ -0,0 +1 @@ +/var/lib/ojs/files/ficheros/journals/2/public/ \ No newline at end of file diff --git a/public_files/sjar b/public_files/sjar new file mode 120000 index 00000000000..d5f02ff03ca --- /dev/null +++ b/public_files/sjar @@ -0,0 +1 @@ +/var/lib/ojs/files/ficheros/journals/1/public/ \ No newline at end of file