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