summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-03-01 19:17:58 +0000
committerChristian Fowler <spider@viovio.com>2010-03-01 19:17:58 +0000
commit3999366283a20c8b62b5ffbfdb289d074a60d99f (patch)
tree90d0df569d2c825f84cbdcf13827cca42e4ebb9f /main.php
parent759ae4598bee453a73cbb5e2a87c8b2d349804ad (diff)
downloadfisheye-3999366283a20c8b62b5ffbfdb289d074a60d99f.tar.gz
fisheye-3999366283a20c8b62b5ffbfdb289d074a60d99f.tar.bz2
fisheye-3999366283a20c8b62b5ffbfdb289d074a60d99f.zip
fix setup_inc.php include path
Diffstat (limited to 'main.php')
-rw-r--r--main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index 99b5f22..c3f2c4d 100644
--- a/main.php
+++ b/main.php
@@ -3,7 +3,7 @@
* Gallery2 Remote support for fisheye
*
* @package fisheye
-* @version $Header: /cvsroot/bitweaver/_bit_fisheye/main.php,v 1.8 2010/02/09 03:32:04 spiderr Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_fisheye/main.php,v 1.9 2010/03/01 19:17:58 spiderr Exp $
* @author spider <spider@steelsun.com>
* @author tylerbello <tylerbello@gmail.com>
*/
@@ -29,7 +29,7 @@ if( empty( $_REQUEST['g2_authToken'] ) ) {
}
}
-require_once( '../../kernel/setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
//Point of access for FisheyeRemote requests
require_once( 'FisheyeRemote.php' );