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.