From 29d18c4b3ce15eb006c0a05a9bcac5afe870f9d4 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 9 Mar 2016 18:03:08 +0100 Subject: [PATCH] minor --- LICENSE.txt | 2 +- webroot/img_config.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ec90989..7620637 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2012 - 2015 Mikael Roos, me@mikaelroos.se +Copyright (c) 2012 - 2016 Mikael Roos, me@mikaelroos.se Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/webroot/img_config.php b/webroot/img_config.php index f01cbe2..36066e2 100644 --- a/webroot/img_config.php +++ b/webroot/img_config.php @@ -329,14 +329,14 @@ return [ * Create custom shortcuts for more advanced expressions. * * Default values. - * shortcut: array( + * shortcut: [ * 'sepia' => "&f=grayscale&f0=brightness,-10&f1=contrast,-20&f2=colorize,120,60,0,0&sharpen", - * ) + * ] */ /* - 'shortcut' => array( + 'shortcut' => [ 'sepia' => "&f=grayscale&f0=brightness,-10&f1=contrast,-20&f2=colorize,120,60,0,0&sharpen", - ),*/ + ],*/