Skip to content

Instantly share code, notes, and snippets.

View daniel-rikowski's full-sized avatar

Daniel Rikowski daniel-rikowski

View GitHub Profile
@JeroenBoersma
JeroenBoersma / gist:60a4acb8e56498bce41c
Created March 11, 2015 16:32
Magento cleanup unused product images
<?php
/**
* Cleanup images from Magento
*/
require 'app/Mage.php';
if (!Mage::isInstalled()) {
echo "Application is not installed yet, please complete install wizard first.";
exit;