Skip to content

Instantly share code, notes, and snippets.

View thezenmonkey's full-sized avatar

Richard Rudy thezenmonkey

View GitHub Profile
@thezenmonkey
thezenmonkey / PublishAllFiles.php
Last active May 18, 2018 18:34 — forked from a2nt/PublishAllFiles.php
SS3 > SS4.1 protected folder migration script
<?php
/*
* Generates FileHash and moves files to .protected folder
* Re-generates CMS thumbs on the second run and publish files
*/
use SilverStripe\Dev\BuildTask;
use SilverStripe\Control\Director;
use SilverStripe\Assets\File;