-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathocmodw.ini.php
22 lines (16 loc) · 1.16 KB
/
ocmodw.ini.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
define('VERSION', '3.2.0');
define('YEAR', '2019');
define('AUTHOR', 'Andrii Burkatskyi');
define('EMAIL', 'ocmod.space@gmail.com');
define('MODLINK0', 'https://www.ocmod.space/equal-sign');
define('MODLINK1', 'https://www.ocmod.space/equal-sign%2D%2Djournal');
define('MODLINK2', 'https://www.ocmod.space/equal-sign%2D%2Dpoco');
define('OCMLINK0', 'https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=34383');
define('OCMLINK1', 'https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=38532');
define('OCMLINK2', 'https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=45235');
define('GITLINK', 'https://github.com/ocmod-space/ocmod-equal-sign');
define('XMLLINK', 'https://www.opencart.com/index.php?route=marketplace/extension&filter_member=ocmod.space');
define('LICENSE0', 'https://raw.githubusercontent.com/ocmod-space/ocmod-equal-sign/main/EULA.txt');
define('LICENSE1', 'https://raw.githubusercontent.com/ocmod-space/ocmod-equal-sign/main/addons/journal/EULA.txt');
define('LICENSE2', 'https://raw.githubusercontent.com/ocmod-space/ocmod-equal-sign/main/addons/poco/EULA.txt');