From: Edward Date: Mon, 30 Jul 2018 03:48:36 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4be58636d33feb03f630619d0349f200182a7d95 Images.php --- diff --git a/Images.php b/Images.php index 43348b10..5a8bed3a 100644 --- a/Images.php +++ b/Images.php @@ -278,7 +278,7 @@ class Pman_Core_Images extends Pman require_once 'File/Convert.php'; if (!file_exists($img->getStoreName())) { - print_r($img->getStoreName());exit; +// print_r($img);exit; header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' . urlencode("Original file was missing : " . $img->getStoreName()));