Skip to content

Instantly share code, notes, and snippets.

@gety9
gety9 / gist:5f26b0affdd80a4e5ce4c94a9451d63e
Created May 10, 2017 20:13 — forked from JeroenBoersma/gist:60a4acb8e56498bce41c
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;