-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathimport.php
More file actions
14 lines (14 loc) · 778 Bytes
/
import.php
File metadata and controls
14 lines (14 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
// +------------------------------------------------------------------------+
// | @author Deen Doughouz (DoughouzForest)
// | @author_url 1: http://www.wowonder.com
// | @author_url 2: http://codecanyon.net/user/doughouzforest
// | @author_email: wowondersocial@gmail.com
// +------------------------------------------------------------------------+
// | WoWonder - The Ultimate Social Networking Platform
// | Copyright (c) 2015 WoWonder. All rights reserved.
// +------------------------------------------------------------------------+
error_reporting(0);
require_once( "assets/import/vendor/hybridauth/hybridauth/hybridauth/Hybrid/Auth.php" );
require_once( "assets/import/vendor/hybridauth/hybridauth/hybridauth/Hybrid/Endpoint.php" );
Hybrid_Endpoint::process();