22 lines
623 B
PHP
22 lines
623 B
PHP
<?php
|
|
// 此文件是安装授权文件,每次下载安装包会自动生成,请勿修改
|
|
return [
|
|
|
|
'type' => 'VIP-LICENSE',
|
|
'oem' => '445',
|
|
'name' => '北斯云',
|
|
'cms' => 'BESCMS',
|
|
'url' => 'https://www.bescms.com',
|
|
<<<<<<< HEAD
|
|
'domain' => 'https://www.bescms.com',
|
|
'cloud' => 'https://www.bescms.com',
|
|
'service' => 'https://www.bescms.com',
|
|
=======
|
|
'domain' => 'https://www.besyun.com',
|
|
'cloud' => 'https://www.besyun.com',
|
|
'service' => 'https://www.besyun.com',
|
|
>>>>>>> 7111c44925e9430b4f34d62673a1a0b71f514ce6
|
|
'license' => '375C71349B295FBE2DCDCA9206F20A1703',
|
|
|
|
];
|