Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2015 09:25:47 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2015 09:25:47 +0000 (17:25 +0800)
Images.php

index 63318f5..d430218 100644 (file)
@@ -157,7 +157,7 @@ class Pman_Core_Images extends Pman
         
         if(!$this->hasPermission($img)){
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
-                urlencode("image has been removed or deleted."));
+                urlencode("access to this image/file has been denied."));
         }
         
         $this->serve($img);