PluginProbe
Snippet Shortcodes / 3.0.2
Snippet Shortcodes v3.0.2
5.2.1 5.2 5.1.8 5.1.6 5.1.7 5.1.5 trunk 1.0 1.1 1.2 1.3 1.3.1 1.4 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 2.0 2.0.1 All 74 releases
← All changes | includes/license.php +1 -1 2.03.0.2 View file →
@@ -80,9 +80,9 @@
80 80
81 81 if( true === empty( $license ) ) {
82 82 return NULL;
83 83 }
84 - //Todo: Set type to 'sh-cd-pro'
84 +
85 85 // Validate hash!
86 86 $verify_hash = md5( 'yeken.uk' . $license['type'] . $license['expiry-days'] . $license['site-hash'] . $license['expiry-date'] );
87 87
88 88 return ( $license['hash'] == $verify_hash && false === empty( $license ) ) ? $license : NULL;