Beispiel #1
0
	public function __construct()
	{
		if (method_exists('Filemanager', 'Filemanager'))
		{
			parent::Filemanager();
		}
		else
		{
			parent::__construct();
		}
		
		$this->EE = get_instance();
	}