From 326e7acb4b0efa9819661a75a6f93b600d3860cf Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 19 May 2014 19:28:02 +0200 Subject: [PATCH] Added script for batch thumbnail generating --- scripts/generate-thumbs.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scripts/generate-thumbs.php diff --git a/scripts/generate-thumbs.php b/scripts/generate-thumbs.php new file mode 100644 index 00000000..b154c788 --- /dev/null +++ b/scripts/generate-thumbs.php @@ -0,0 +1,20 @@ +tryGetWorkingThumbPath()) + $post->generateThumb(); +} + +echo 'Don\'t forget to check access rights.';