summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index f57261d..104515b 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -181,7 +181,8 @@ argument and various information about it in the environment:
181 181
182This feature can be used, for example, to check if an uploaded file contains php 182This feature can be used, for example, to check if an uploaded file contains php
183code, using `vld <https://derickrethans.nl/projects.html#vld>`_, 183code, using `vld <https://derickrethans.nl/projects.html#vld>`_,
184via `this script <https://github.com/nbs-system/snuffleupagus/tree/master/scripts/upload_validation.py>`__. 184via `a python script <https://github.com/nbs-system/snuffleupagus/tree/master/scripts/upload_validation.py>`__,
185or `a php one <https://github.com/nbs-system/snuffleupagus/tree/master/scripts/upload_validation.php>`__.
185 186
186The upload will be **allowed** if the script returns the value ``0``. Every other 187The upload will be **allowed** if the script returns the value ``0``. Every other
187value will prevent the file from being uploaded. 188value will prevent the file from being uploaded.