From 4be58636d33feb03f630619d0349f200182a7d95 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 30 Jul 2018 11:48:36 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- 2.39.2