Changeset 3104294
- Timestamp:
- 06/19/2024 04:07:27 AM (22 months ago)
- Location:
- vab-forms-with-chart
- Files:
-
- 8 edited
-
tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Class.php (modified) (1 diff)
-
tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Class_Adm.php (modified) (1 diff)
-
tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Class_Graphic.php (modified) (1 diff)
-
tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Forms_Protect.php (modified) (2 diffs)
-
trunk/includes/VABFWC_CLASS/VABFWC_Class.php (modified) (1 diff)
-
trunk/includes/VABFWC_CLASS/VABFWC_Class_Adm.php (modified) (1 diff)
-
trunk/includes/VABFWC_CLASS/VABFWC_Class_Graphic.php (modified) (1 diff)
-
trunk/includes/VABFWC_CLASS/VABFWC_Forms_Protect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vab-forms-with-chart/tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Class.php
r2805264 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Class { 6 7 public $PostID; -
vab-forms-with-chart/tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Class_Adm.php
r2805264 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Class_Adm extends VABFWC_Class { 6 7 function ShoW() { -
vab-forms-with-chart/tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Class_Graphic.php
r2805264 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Class_Graphic extends VABFWC_Class { 6 7 function __construct( $PostID ) { -
vab-forms-with-chart/tags/1.2.2/includes/VABFWC_CLASS/VABFWC_Forms_Protect.php
r2805264 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Forms_Protect { 6 7 public $text; … … 17 18 return $CheckFieldsEror = true; 18 19 } 19 $nonces = filter_input( INPUT_POST, 'VABFWC_contact_nonce_' . $i, FILTER_SANITIZE_STRING ); 20 $nonces = vabfwc_sanitize_data_types($_POST['VABFWC_contact_nonce_' . $i]); 21 /* $nonces = filter_input( INPUT_POST, 'VABFWC_contact_nonce_' . $i, FILTER_SANITIZE_STRING ); */ 20 22 if ( !$nonces || !wp_verify_nonce($nonces, 'VABFWC_mode_contact_nonce_' . $i ) ) { 21 23 return $CheckFieldsEror = true; -
vab-forms-with-chart/trunk/includes/VABFWC_CLASS/VABFWC_Class.php
r2792210 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Class { 6 7 public $PostID; -
vab-forms-with-chart/trunk/includes/VABFWC_CLASS/VABFWC_Class_Adm.php
r2792210 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Class_Adm extends VABFWC_Class { 6 7 function ShoW() { -
vab-forms-with-chart/trunk/includes/VABFWC_CLASS/VABFWC_Class_Graphic.php
r2792210 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Class_Graphic extends VABFWC_Class { 6 7 function __construct( $PostID ) { -
vab-forms-with-chart/trunk/includes/VABFWC_CLASS/VABFWC_Forms_Protect.php
r2719930 r3104294 3 3 exit; 4 4 } 5 #[AllowDynamicProperties] 5 6 class VABFWC_Forms_Protect { 6 7 public $text; … … 17 18 return $CheckFieldsEror = true; 18 19 } 19 $nonces = filter_input( INPUT_POST, 'VABFWC_contact_nonce_' . $i, FILTER_SANITIZE_STRING ); 20 $nonces = vabfwc_sanitize_data_types($_POST['VABFWC_contact_nonce_' . $i]); 21 /* $nonces = filter_input( INPUT_POST, 'VABFWC_contact_nonce_' . $i, FILTER_SANITIZE_STRING ); */ 20 22 if ( !$nonces || !wp_verify_nonce($nonces, 'VABFWC_mode_contact_nonce_' . $i ) ) { 21 23 return $CheckFieldsEror = true;
Note: See TracChangeset
for help on using the changeset viewer.