Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 3.0.8.0
- * @ Author : DeZender
- * @ Release on : 25.09.2017
- * @ Official site : http://DeZender.Net
- *
- */
- function license_fast_valid_check($limit = NULL, $static = NULL, $staticVal = NULL)
- {
- if (empty( $GLOBALS['lmiH'] ) || (!(is_string( $GLOBALS['lmiH'] )) && !(is_numeric( $GLOBALS['lmiH'] )))) {
- return false;
- }
- .........................................................................
- .......................................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement