PluginProbe
WebTotem Security / 2.0
WebTotem Security v2.0
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / includes / login.php

login.php in WebTotem Security 2.0, at includes/login.php

17 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die("Protected By WT!");?>
2 <div class="ww-page__content">
3 <div class="ww-content__title"><?=wtsec_locale("activation")?></div>
4 <div class="ww-content__text"><?=wtsec_locale("enter_api_key")?></div>
5 <form method="post" class="ww-form" action="<?php echo esc_url( admin_url('admin-post.php') ); ?>">
6 <input type="hidden" name="action" value="login_form">
7 <div class="ww-form__key-input"><input class="ww-input" name="key" type="text" placeholder="<?=wtsec_locale("activate_your_plugin")?>">
8 </div>
9 <div class="ww-form__block"><button class="ww-button ww-button--success" type="submit"><?=wtsec_locale("send")?></button></div>
10 </form>
11 <div class="ww-content__info"><?=wtsec_locale("activation_desc")?> <a
12 href="https://wtotem.com/cabinet" target="_blank">wtotem.com/cabinet</a></div>
13 <div class="ww-content__title"><?=wtsec_locale("connection")?></div>
14 <div class="ww-content__text"><?=wtsec_locale("auth_desc")?></div><a
15 href="https://wtotem.com/cabinet" target="_blank"><img src="<?=wtsec_getImagePath("badge.62d05a1a.svg")?>" alt="badge logo"></a>
16 </div>
17