From b5a737fd1d27ed93e6f8a715328b609e2843e853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Tue, 11 May 2021 10:20:21 +0200 Subject: [PATCH] Update config.php --- assets/php/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/php/config.php b/assets/php/config.php index df2dae9..f03a4fb 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -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.