Ignore:
Timestamp:
Jan 9, 2014, 6:11:33 PM (10 years ago)
Author:
mistic100
Message:

update Hybridauth, update guides

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/include/hybridauth/Hybrid/Endpoint.php

    r20293 r26555  
    198198                               
    199199                                $storage = new Hybrid_Storage();
    200        
     200
    201201                                // Check if Hybrid_Auth session already exist
    202202                                if ( ! $storage->config( "CONFIG" ) ) {
    203203                                        header( "HTTP/1.0 404 Not Found" );
    204                                         die( "You cannot access this page directly.2" );
     204                                        die( "You cannot access this page directly." );
    205205                                }
    206206
Note: See TracChangeset for help on using the changeset viewer.