Changeset 3210322
- Timestamp:
- 12/19/2024 09:06:58 AM (16 months ago)
- Location:
- netgsm
- Files:
-
- 3 edited
-
tags/2.8/index.php (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
netgsm/tags/2.8/index.php
r2973875 r3210322 976 976 if ($otpregister_control == 1) { 977 977 ?> 978 <input type="button" name="sendCode" id="sendCode" class="input-text" onclick="sendtf2Code(jQuery('#billing_phone').val());"978 <input style="margin-top: 30px;" type="button" name="sendCode" id="sendCode" class="input-text" onclick="sendtf2Code(jQuery('#billing_phone').val());" 979 979 value="Doğrulama kodu gönder"/> 980 980 <?php -
netgsm/trunk/index.php
r3200863 r3210322 6 6 Author: Netgsm 7 7 Author URI: www.netgsm.com.tr 8 Version: 2.9.3 58 Version: 2.9.36 9 9 10 10 */ … … 1188 1188 } 1189 1189 1190 $tf2Code = ''; 1191 $code = ''; 1190 1192 1191 if ($otpstatus){ 1193 1192 $tf2Code = sanitize_text_field($_POST['tf2Code']); -
netgsm/trunk/readme.txt
r3200863 r3210322 5 5 Requires at least: 3.0 6 6 Tested up to: 6.7 7 Stable tag: 2.9.3 57 Stable tag: 2.9.36 8 8 Requires PHP: 8.0.1 9 9 License: GPLv2 or later … … 90 90 == Changelog == 91 91 = 2.9.35 = 92 * tfa düzeltmesi yapıldı. 93 = 2.9.35 = 92 94 * Hata düzeltmesi yapıldı. 93 95 = 2.9.34 =
Note: See TracChangeset
for help on using the changeset viewer.