summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-03-02 04:36:53 +0000
committerChristian Fowler <spider@viovio.com>2010-03-02 04:36:53 +0000
commitf2bf046e8ff783bdf4416f29eb268b3f0a90c3e6 (patch)
tree51208498cb4d961eb333401ac18e10bb63c9be35 /main.php
parentd752f5d3e5d26737576dd71de9b2320df6a9eea6 (diff)
downloadfisheye-f2bf046e8ff783bdf4416f29eb268b3f0a90c3e6.tar.gz
fisheye-f2bf046e8ff783bdf4416f29eb268b3f0a90c3e6.tar.bz2
fisheye-f2bf046e8ff783bdf4416f29eb268b3f0a90c3e6.zip
clean up of remote to handle same gallery linked to multiple parents, cleanup login and fetch checking for valid user
Diffstat (limited to 'main.php')
-rw-r--r--main.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/main.php b/main.php
index c3f2c4d..8a015b1 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.9 2010/03/01 19:17:58 spiderr Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_fisheye/main.php,v 1.10 2010/03/02 04:36:53 spiderr Exp $
* @author spider <spider@steelsun.com>
* @author tylerbello <tylerbello@gmail.com>
*/
@@ -22,13 +22,6 @@
chdir( dirname( __FILE__ ) );
-if( empty( $_REQUEST['g2_authToken'] ) ) {
- // No Auth token, nuke all cookies in case this was a previous login
- foreach( array_keys( $_COOKIE ) as $key ) {
- unset( $_COOKIE[$key] );
- }
-}
-
require_once( '../kernel/setup_inc.php' );
//Point of access for FisheyeRemote requests