| Server IP : 65.109.86.83 / Your IP : 216.73.217.65 Web Server : nginx/1.14.1 System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/thrive-leads/thrive-dashboard/templates/settings/ |
Upload File : |
<div class="tvd-container">
<?php if (!empty($message)) echo $message ?>
<h3 class="tvd-section-title">License reset</h3>
<form id="tvd-reset" method="post" action="<?php echo admin_url('admin.php?page=tve_dash_reset') ?>">
<p>
<input type="checkbox" id="tcb" value="tcb" name="products[]" checked/>
<label for="tcb">TCB</label>
</p>
<p>
<input type="checkbox" id="tl" value="tl" name="products[]" checked/>
<label for="tl">TL</label>
</p>
<p>
<input type="checkbox" id="tcw" value="tcw" name="products[]" checked/>
<label for="tcw">TCW</label>
</p>
<p>
<input type="checkbox" id="themes" value="themes" name="products[]" checked/>
<label for="themes">Themes</label>
</p>
<p>
<input type="checkbox" id="dash" value="dash" name="products[]" checked/>
<label for="dash">Dashboard (all)</label>
</p>
<input type="hidden" name="page" value="tve_dash_reset">
<input type="hidden" name="s" value="1">
<input type="submit" class="button button-primary button-large" value="Delete licenses">
</form>
</div>