Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-31 20:50:32 +02:00
committed by GitHub
parent 425af67eb5
commit 7166b91e83
4 changed files with 33 additions and 49 deletions

View File

@ -16,9 +16,9 @@
/**
* Image files directory.
*/
define('FILMS_DIR', dirname(RAIZ_APP).'/img/films/tmp/');
define('FILMS_DIR_PROTECTED', RAIZ_APP.'/img/films/tmp/');
define('USER_PICS', dirname(ROUTE_APP).'img/users/');
define('FILMS_DIR', RAIZ_APP.'/img/films/');
define('FILMS_DIR_PROTECTED', dirname(RAIZ_APP).'/img/films/tmp/');
define('USER_PICS', ROUTE_APP.'img/users/');
/**
* Allowed extensions for image files.