From 8667a9ec79c31af436524b4f808388ba364776e5 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 9 Mar 2016 12:12:02 +0100 Subject: [PATCH] move alias settings to own section --- webroot/img_config.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/webroot/img_config.php b/webroot/img_config.php index 241d6c4..f47dcab 100644 --- a/webroot/img_config.php +++ b/webroot/img_config.php @@ -36,10 +36,20 @@ return array( * Default values: * image_path: __DIR__ . '/img/' * cache_path: __DIR__ . '/../cache/' - * alias_path: null */ 'image_path' => __DIR__ . '/img/', 'cache_path' => __DIR__ . '/../cache/', + + + + /** + * Path to aliases, useful when downloading external images and you + * want to create a local copy of the file, a alias file. + * End all paths with a slash. + * + * Default values: + * alias_path: null + */ //'alias_path' => __DIR__ . '/img/alias/',