| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/chatme24.com/wwwroot/m/ |
Upload File : |
<?php
//$area = "public";
include("./_include/core/pony_start.php");
$pageFrom = get_param('page_from');
if($pageFrom) {
set_session('social_login_page_from', $pageFrom);
}
$redirect = get_param('redirect');
if($redirect) {
redirect($redirect);
}
$nameSocial='';
if(isset($_GET['module'])){
$nameSocial = $_GET['module'];
}
if(method_exists($nameSocial,'oAuthApi')){
$social = $nameSocial::getInstance();
if(!$social) {
Common::toLoginPage();
}
Social::checkParams($social);
$social->oAuthApi();
}