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
- *
- */
- class Licence_manager_onliner
- {
- private $template_name = 'maral';
- private $localHost = array(
- '127.0.0.1',
- '::1'
- );
- public function __construct()
- {
- add_action( 'wp_login', array(
- $this,
- 'my_handle_login'
- .............................................................
- ............................
- ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement