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.5.0.0
- * @ Author : DeZender
- * @ Release on : 22.06.2018
- * @ Official site : http://DeZender.Net
- *
- */
- function k_encrypt($value)
- {
- global $config;
- if (!$value) {
- $value = '0';
- }
- ...................................................................
- ....................................
- ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement