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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.