From 025172eb13cac184466c26f085e18fd930becabf Mon Sep 17 00:00:00 2001 From: wjames5 Date: Mon, 8 Feb 2010 21:27:22 +0000 Subject: deprecate root bit_setup_inc use kernel/setup_inc.php --- thumbnailer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thumbnailer.php') diff --git a/thumbnailer.php b/thumbnailer.php index d4b51f9..953d3cf 100755 --- a/thumbnailer.php +++ b/thumbnailer.php @@ -9,7 +9,7 @@ * suggested crontab entry runs the thumbnailer every minute: * * * * * * apache php -q /path/to/bitweaver/fisheye/thumbnailer.php 20 >> /var/log/httpd/thumbnail_log * - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/thumbnailer.php,v 1.12 2007/06/21 06:58:56 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/thumbnailer.php,v 1.13 2010/02/08 21:27:22 wjames5 Exp $ * @package fisheye * @subpackage functions */ @@ -32,7 +32,7 @@ // running from cron can cause us not to be in the right dir. chdir( dirname( __FILE__ ) ); - require_once( '../bit_setup_inc.php' ); + require_once( '../kernel/setup_inc.php' ); require_once( FISHEYE_PKG_PATH.'FisheyeImage.php' ); // add some protection for arbitrary thumbail execution. -- cgit v1.3