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", - ),*/ + ],*/