From f4b02f05fe9f3dd4f557554e5794a890c359c197 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Sep 2017 09:29:55 +0800 Subject: [PATCH] Images.php --- Images.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Images.php b/Images.php index 22c08afb..51ec17f5 100644 --- a/Images.php +++ b/Images.php @@ -38,6 +38,7 @@ require_once 'Pman.php'; class Pman_Core_Images extends Pman { + // tables that do not need authentication checks before serving. var $public_image_tables = array(); -- 2.39.2