Current Directory: /home/astoriaah/www/old15/administrator/modules/mod_login
Viewing File: /home/astoriaah/www/old15/administrator/modules/mod_login/mod_login.php
<?php
/**
* @package Joomla.Administrator
* @subpackage mod_login
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
// Include the syndicate functions only once
require_once __DIR__ . '/helper.php';
$langs = ModLoginHelper::getLanguageList();
$twofactormethods = ModLoginHelper::getTwoFactorMethods();
$return = ModLoginHelper::getReturnURI();
require JModuleHelper::getLayoutPath('mod_login', $params->get('layout', 'default'));