Update config.php

This commit is contained in:
Fernando Méndez
2021-05-11 10:20:21 +02:00
committed by GitHub
parent 2d14033940
commit b5a737fd1d

View File

@ -16,8 +16,8 @@
/**
* Image files directory.
*/
define('FILMS_DIR', dirname(RAIZ_APP).'img/films');
define('FILMS_DIR_PROTECTED', RAIZ_APP.'img/films');
define('FILMS_DIR', dirname(RAIZ_APP).'img/films/tmp');
define('FILMS_DIR_PROTECTED', RAIZ_APP.'img/films/tmp');
/**
* Utf-8 support settings, location (language and country) and time zone.