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
- *
- */
- final class AVIN_RtlTheme_Lic01
- {
- private static $RTL_THEME_SLUG = 'zanbil';
- private static $WEOWPS_RTL_OIEKS = 'd0a7e7997b6d5fcd55f4b5c32611b81';
- private static $RTL_OAUTH_PID = 44153;
- private static $RTL_OAUTH_API = 'rtlb6dd0bfd296dc8c496bb933469c4b7';
- private static $RTL_OPTIONS_NAME = 'zanbil_license_options';
- private static $RTL_SECURE_ACTIVE = 'rtlb6dd0bfd296dc8c496bb933469c4b7zanbilworkesactive';
- private static $instance = null;
- public static function get_instance()
- {
- if (self::$instance == NULL) {
- self::$instance = new AVIN_RtlTheme_Lic01( );
- }
- return self::$instance;
- }
- private function __construct()
- {
- add_action( 'admin_menu', array(
- $this,
- 'rtl_oauth_license_options'
- ) );
- if ((@$_GET['page'] !== 'activator') && (@$_GET['page'] !== 'deactivator')) {
- add_action( 'admin_notices', array(
- $this,
- 'sample_admin_notice__success'
- ) );
- }
- if (@$_GET['page'] == 'activator') {
- add_filter( 'admin_footer_text', array(
- $this,
- 'rtl_change_footer_admin'
- ..................................................................
- ....................................
- ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement