add stub
This commit is contained in:
parent
3a656aa284
commit
23f7da4509
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6,6 +6,7 @@ copy_this/modules/d3/d3geoip/controllers/admin/d3_cfg_geoipset_licence.php -text
|
|||||||
copy_this/modules/d3/d3geoip/controllers/admin/d3_cfg_geoipset_list.php -text
|
copy_this/modules/d3/d3geoip/controllers/admin/d3_cfg_geoipset_list.php -text
|
||||||
copy_this/modules/d3/d3geoip/controllers/admin/d3_cfg_geoipset_main.php -text
|
copy_this/modules/d3/d3geoip/controllers/admin/d3_cfg_geoipset_main.php -text
|
||||||
copy_this/modules/d3/d3geoip/controllers/admin/d3_country_geoip.php -text
|
copy_this/modules/d3/d3geoip/controllers/admin/d3_country_geoip.php -text
|
||||||
|
copy_this/modules/d3/d3geoip/d3_geoip_stub.php -text
|
||||||
copy_this/modules/d3/d3geoip/menu.xml -text
|
copy_this/modules/d3/d3geoip/menu.xml -text
|
||||||
copy_this/modules/d3/d3geoip/metadata.php -text
|
copy_this/modules/d3/d3geoip/metadata.php -text
|
||||||
copy_this/modules/d3/d3geoip/models/d3geoip.php -text
|
copy_this/modules/d3/d3geoip/models/d3geoip.php -text
|
||||||
|
21
copy_this/modules/d3/d3geoip/d3_geoip_stub.php
Normal file
21
copy_this/modules/d3/d3geoip/d3_geoip_stub.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
* is a violation of the license agreement and will be prosecuted by
|
||||||
|
* civil and criminal law.
|
||||||
|
*
|
||||||
|
* http://www.shopmodule.com
|
||||||
|
*
|
||||||
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
|
* @author D3 Data Development - Daniel Seifert <ds@shopmodule.com>
|
||||||
|
* @link http://www.oxidmodule.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** */
|
||||||
|
class d3_oxcmp_cur_geoip_parent extends oxcmp_cur {}
|
||||||
|
|
||||||
|
/** */
|
||||||
|
class d3_oxcmp_lang_geoip_parent extends oxcmp_lang {}
|
Loading…
Reference in New Issue
Block a user