PluginProbe
WebTotem Security / 2.3.14
WebTotem Security v2.3.14
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
← All changes | includes/login.php +2 -6 2.2.42.3.14 View file →
@@ -31,13 +31,9 @@
31 31 type="text"
32 32 class="wtotem_modal__api-key"
33 33 placeholder="<?=wtsec_locale("auth.api_key_code")?>"
34 34 />
35 - <img
36 - src="<?=wtsec_getImagePath("info-blue.svg")?>"
37 - alt="Info"
38 - class="wtotem_modal__info"
39 - />
35 +
40 36 </div>
41 37 <button class="wtotem_modal__btn" type="submit">
42 38 <?=wtsec_locale("auth.activate")?>
43 39 </button>
@@ -46,9 +42,9 @@
46 42 <?=wtsec_locale("auth.info")?>
47 43 <a
48 44 target="_blank"
49 45 class="wtotem_modal__cabinet"
50 - href="https://wtotem.com/cabinet/sign-in"
46 + href="https://wtotem.com/cabinet/profile/keys"
51 47 >
52 48 <?=wtsec_locale("auth.cabinet")?>
53 49 </a>
54 50 </p>