mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Preparations for e107.org login.
This commit is contained in:
@@ -73,6 +73,12 @@ if(e_AJAX_REQUEST)
|
||||
{
|
||||
switch ($_GET['action'])
|
||||
{
|
||||
case 'login':
|
||||
$mp = $themec->getMarketplace();
|
||||
echo $mp->renderLoginForm();
|
||||
exit;
|
||||
break;
|
||||
|
||||
case 'download':
|
||||
$string = base64_decode($_GET['src']);
|
||||
parse_str($string, $p);
|
||||
|
Reference in New Issue
Block a user