| Current Path : /var/www/administrator/components/com_cnotes/liveupdate/ |
| Current File : /var/www/administrator/components/com_cnotes/liveupdate/config.php |
<?php
/**
* @package LiveUpdate
* @copyright Copyright ©2011 Nicholas K. Dionysopoulos / AkeebaBackup.com
* @license GNU LGPLv3 or later <http://www.gnu.org/copyleft/lesser.html>
*/
defined('_JEXEC') or die();
/**
* Configuration class for your extension's updates. Override to your liking.
*/
class LiveUpdateConfig extends LiveUpdateAbstractConfig
{
var $_extensionName = 'com_cnotes';
var $_extensionTitle = 'CNotes';
var $_updateURL = 'https://compojoom.com/index.php?option=com_ars&view=update&format=ini&id=14';
var $_requiresAuthorization = false;
var $_versionStrategy = 'different';
}