1
0
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:
Cameron
2013-05-19 15:02:05 -07:00
parent 67c55ffbd3
commit c2776f84d2
3 changed files with 110 additions and 2 deletions

View File

@@ -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);