Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for SourceGuardian Encoder)
- *
- * @ Version : 4.0.2.0
- * @ Author : DeZender
- * @ Release on : 06.04.2018
- * @ Official site : http://DeZender.Net
- *
- */
- /**
- * Implementation of _hook_licensed_features
- */
- function _rule_engine_licensed_features()
- {
- static $features = null;
- if (isset($features)) {
- return $features;
- }
- ..................................................................
- .................................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement