This commit is contained in:
Laurent Destailleur 2023-03-12 14:19:25 +01:00
parent 4b2a2c530e
commit 6c259fa3b8
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
/**
* \file htdocs/core/ajax/fileupload.php
* \brief File to return Ajax response on file upload
*
* Option MAIN_USE_JQUERY_FILEUPLOAD must be enabled to have this feature working. Use is NOT secured !
*/
if (!defined('NOTOKENRENEWAL')) {

View File

@ -19,6 +19,8 @@
/**
* \file htdocs/core/class/fileupload.class.php
* \brief File to return Ajax response on file upload
*
* Option MAIN_USE_JQUERY_FILEUPLOAD must be enabled to have feature working. Use is NOT secured !
*/
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';