Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-18 21:37:02 +02:00
committed by GitHub
parent 0398094c5a
commit 94f76e7a82
9 changed files with 283 additions and 3 deletions

View File

@ -19,6 +19,11 @@
define('FILMS_DIR', dirname(RAIZ_APP).'img/films/tmp');
define('FILMS_DIR_PROTECTED', RAIZ_APP.'img/films/tmp');
/**
* Allowed extensions for image files.
*/
$ALLOWED_EXTENSIONS = array('gif','jpg','jpe','jpeg','png');
/**
* Utf-8 support settings, location (language and country) and time zone.
*/