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.7.0
- * @ Author : DeZender
- * @ Release on : 22.06.2017
- * @ Official site : http://DeZender.Net
- *
- */
- defined( 'BASEPATH' ) || exit( 'No direct script access allowed' );
- require dirname( __FILE__ ) . '/Base.php';
- class MX_Controller
- {
- public $autoload = array( );
- public function __construct()
- {
- $class = str_replace( CI::$APP->config->item( 'controller_suffix' ), '', get_class( $this ) );
- log_message( 'debug', $class . ' MX_Controller Initialized' );
- Modules::$registry[strtolower( $class )] = $this;
- $this->load = clone load_class( 'Loader' );
- $this->load->initialize( $this );
- $CI = &get_instance( );
- $MAXIMUM_ACCOUNT = 0;
- $settings = $CI->db->select( '*' )->get( SETTINGS_TB )->row( );
- if (!(empty( $settings ))) {
- ................................................................
- ....................................
- .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement