X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FImages.php;fp=Pman%2FImages.php;h=a3139c8d92f79254c0ccfd95a9b8bdbbf09aed44;hp=d3e77adc81092575cc83554d11cebfe88fb88d75;hb=d4c296dd8b2e47463ed199952a8708794427b592;hpb=02c398afe98f0974ea8aa810cdc0178077f45fac diff --git a/Pman/Images.php b/Pman/Images.php index d3e77ad..a3139c8 100644 --- a/Pman/Images.php +++ b/Pman/Images.php @@ -131,7 +131,7 @@ class Pman_Images extends Pman { require_once 'File/Convert.php'; if (!file_exists($img->getStoreName())) { - print_r($img);exit; + //print_r($img);exit; header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' . urlencode("Original file was missing : " . $img->getStoreName()));