uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
templates
/
.
/
.
/
ettea
/
html
/
com_users
/
reset
/
complete.php
/
/
<?php /** * @package Joomla.Site * @subpackage com_users * * @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; JHtml::_('behavior.keepalive'); JHtml::_('behavior.formvalidation'); ?> <div class="row"> <div class="col-sm-4 col-sm-offset-4"> <div class="reset-complete<?php echo $this->pageclass_sfx?>"> <?php if ($this->params->get('show_page_heading')) : ?> <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1> <?php endif; ?> <form action="<?php echo JRoute::_('index.php?option=com_users&task=reset.complete'); ?>" method="post" class="form-validate"> <?php foreach ($this->form->getFieldsets() as $fieldset) : ?> <?php foreach ($this->form->getFieldset($fieldset->name) as $name => $field) : ?> <p><?php echo JText::_($fieldset->label); ?></p> <div class="form-group"> <?php echo $field->label; ?> <div class="group-control"> <?php echo $field->input; ?> </div> </div> <?php endforeach; ?> <?php endforeach; ?> <div class="form-group"> <button type="submit" class="btn btn-primary validate"><?php echo JText::_('JSUBMIT'); ?></button> </div> <?php echo JHtml::_('form.token'); ?> </form> </div> </div> </div>
/home/pteabiscqq/www/templates/././ettea/html/com_users/reset/complete.php