diff options
| author | Christian Fowler <spider@viovio.com> | 2009-10-23 21:11:26 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-10-23 21:11:26 +0000 |
| commit | 4791469b0932f65658763a5d27b2772723dc3672 (patch) | |
| tree | f4075a04ba5b796121c53543dbcc35bc00e1b628 /main.php | |
| parent | 46765a8f3f7b76298ba8c6a53402d474151d6078 (diff) | |
| download | fisheye-4791469b0932f65658763a5d27b2772723dc3672.tar.gz fisheye-4791469b0932f65658763a5d27b2772723dc3672.tar.bz2 fisheye-4791469b0932f65658763a5d27b2772723dc3672.zip | |
chdir __FILE__
Diffstat (limited to 'main.php')
| -rw-r--r-- | main.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ * Gallery2 Remote support for fisheye * * @package fisheye -* @version $Header: /cvsroot/bitweaver/_bit_fisheye/main.php,v 1.5 2009/10/01 14:16:59 wjames5 Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_fisheye/main.php,v 1.6 2009/10/23 21:11:26 spiderr Exp $ * @author spider <spider@steelsun.com> * @author tylerbello <tylerbello@gmail.com> */ @@ -20,6 +20,8 @@ // | Authors: spider <spider@steelsun.com> // +----------------------------------------------------------------------+ +chdir( dirname( __FILE__ ) ); + require_once( '../../bit_setup_inc.php' ); //Point of access for FisheyeRemote requests |
