diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:22 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:22 +0000 |
| commit | 025172eb13cac184466c26f085e18fd930becabf (patch) | |
| tree | 36cb2d09de12c39eb03d05a07960649d21520b79 /thumbnailer.php | |
| parent | b60df5d8239c7ab868702f3254e3861fb157474c (diff) | |
| download | fisheye-025172eb13cac184466c26f085e18fd930becabf.tar.gz fisheye-025172eb13cac184466c26f085e18fd930becabf.tar.bz2 fisheye-025172eb13cac184466c26f085e18fd930becabf.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'thumbnailer.php')
| -rwxr-xr-x | thumbnailer.php | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
