Server Fixes
This commit is contained in:
@@ -4,14 +4,12 @@ class Oauth extends Template
|
||||
function __construct()
|
||||
{
|
||||
global $userManager;
|
||||
global $lang;
|
||||
$langMng = new LanguageManager('en');
|
||||
|
||||
$template = new Template('oauth');
|
||||
$template->prepare('baseDir', BASEDIR);
|
||||
$template->prepare('title', 'Simple Home - Oauth');
|
||||
|
||||
$template->prepare('lang', $lang);
|
||||
|
||||
if (isset($_GET['redirect_uri'])) {
|
||||
$template->prepare('responseType', $_GET['response_type']);
|
||||
$template->prepare('redirectUrl', $_GET['redirect_uri']);
|
||||
|
Reference in New Issue
Block a user