File manager - Edit - /home/jardides/www/Jardi-design/old/plugins/j2store/payment_paymill/script.payment_paymill.php
Back
<?php /*------------------------------------------------------------------------ # plg_j2store_payment_paymill # ------------------------------------------------------------------------ # author Ramesh Elamathi - Weblogicx India http://www.weblogicxindia.com # copyright Copyright (C) 2012 Weblogicxindia.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://j2store.org # Technical Support: Forum - http://j2store.org/forum/index.html -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die('Restricted access'); class plgJ2StorePayment_paymillInstallerScript { function preflight( $type, $parent ) { $xmlfile = JPATH_ADMINISTRATOR.'/components/com_j2store/com_j2store.xml'; $xml = JFactory::getXML($xmlfile); $version=(string)$xml->version; //check for minimum requirement // abort if the current J2Store release is older if( version_compare( $version, '2.6.7', 'lt' ) ) { Jerror::raiseWarning(null, 'You are using an old version of J2Store. Please upgrade to the latest version'); return false; } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings