| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/components/com_akeeba/views/light/tmpl/ |
Upload File : |
<?php
/**
* @package AkeebaBackup
* @copyright Copyright (c)2006-2011 Nicholas K. Dionysopoulos
* @license GNU General Public License version 3, or later
* @version $Id: default.php 561 2011-04-16 06:26:04Z nikosdion $
* @since 2.1
*/
// Protect from unauthorized access
defined('_JEXEC') or die('Restricted Access');
?>
<html>
<head>
<title><?php echo JText::_('LIGHT_HEADER');?></title>
</head>
<body>
<h1><?php echo JText::_('LIGHT_HEADER');?></h1>
<form action="index.php" method="post" name="adminForm" id="adminForm">
<input type="hidden" name="option" value="com_akeeba" />
<input type="hidden" name="view" value="light" />
<input type="hidden" name="format" value="raw" />
<input type="hidden" name="task" value="authenticate" />
<table border="0">
<tr>
<td><label for="profile"><?php echo JText::_('LIGHT_LABEL_PROFILE'); ?></label></td>
<td><?php echo JHTML::_('select.genericlist', $this->profilelist, 'profile'); ?></td>
</tr>
<tr>
<td><label for="key"><?php echo JText::_('LIGHT_LABEL_SECRET'); ?></label></td>
<td><input type="password" name="key" size="20"></td>
</tr>
<tr>
<td colspan="2"><input type="submit"
value="<?php echo JText::_('LIGHT_LABEL_SUBMIT'); ?>" /></td>
</tr>
</table>
</form>
</body>
</html>