27 lines
689 B
PHP
27 lines
689 B
PHP
<?php
|
|
|
|
// @copyright © D³ Data Development
|
|
//
|
|
// This Software is the property of Data Development and is protected
|
|
// by copyright law - it is NOT Freeware.
|
|
//
|
|
// Any unauthorized use of this software without a valid license key
|
|
// is a violation of the license agreement and will be prosecuted by
|
|
// civil and criminal law.
|
|
//
|
|
// http://www.shopmodule.com
|
|
|
|
// AUTOR Daniel Seifert <ds@shopmodule.com>
|
|
|
|
class d3_cfg_geoipset_licence extends d3_cfg_mod_licence
|
|
{
|
|
protected $_sModId = 'd3_geoip';
|
|
|
|
protected $_hasLicence = false;
|
|
|
|
protected $_hasNewsletterForm = false;
|
|
|
|
protected $_sMenuItemTitle = 'd3mxgeoip';
|
|
|
|
protected $_sMenuSubItemTitle = 'd3mxgeoip_settings';
|
|
} |