From 4de6e40067483780e5d542bf9dc55fd7324db435 Mon Sep 17 00:00:00 2001 From: modela bitweaver Date: Wed, 3 Feb 2021 16:05:49 -0500 Subject: update path for kernel/includes/setup_inc.php --- thumbnailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbnailer.php') diff --git a/thumbnailer.php b/thumbnailer.php index c94cdf7..3cd8601 100644 --- a/thumbnailer.php +++ b/thumbnailer.php @@ -32,7 +32,7 @@ // running from cron can cause us not to be in the right dir. chdir( dirname( __FILE__ ) ); - require_once( '../kernel/setup_inc.php' ); + require_once( '../kernel/includes/setup_inc.php' ); require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeImage.php' ); // add some protection for arbitrary thumbail execution. -- cgit v1.3