Skip to content

Commit b4df87c

Browse files
committed
u20220309
1 parent 3769fe4 commit b4df87c

19 files changed

+45
-37
lines changed

.htaccess

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Options +FollowSymLinks -MultiViews
32

43
RewriteEngine On

app/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/

app/config/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/

app/config/db.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/
1818

1919
return array(
20-
'type' => 'sqlite',
21-
'path' => _ROOT_DIR . '/pub/data/db.sqlite3',
22-
'debug' => false,
20+
'type' => 'sqlite',
21+
'path' => _ROOT_DIR . '/pub/data/db.sqlite3',
22+
'debug' => true,
2323
);

app/config/env.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/
1818

19-
return array(
20-
'site' => 'https://d2d-soft.com/',
21-
);
19+
return array();

app/config/route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/

app/controllers/Abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/

app/controllers/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/

app/controllers/License.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/
@@ -69,10 +69,7 @@ public function setupAction()
6969
*/
7070
protected function _downloadAndExtraLibrary($license = '')
7171
{
72-
global $bootstrap;
73-
$envConfig = $bootstrap->getConfig('env');
74-
$site = $bootstrap->getArrayValue($envConfig, 'site', '');
75-
$url = $site . '/download_package.php';
72+
$url = 'https://d2d-soft.com/download_package.php';
7673
$tmp_path = _ROOT_DIR . '/pub/media/resources.zip';
7774
$data = array(
7875
'license' => $license

app/controllers/Setting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* DISCLAIMER
1212
* Do not edit or add to this file if you wish to upgrade this extension/plugin/module to newer version in the future.
1313
*
14-
* @author D2dSoft Developers <develop@d2d-soft.com>
14+
* @author D2dSoft Developers <developer@d2d-soft.com>
1515
* @copyright Copyright (c) 2021 D2dSoft (https://d2d-soft.com)
1616
* @license https://d2d-soft.com/license/AFL.txt
1717
*/

0 commit comments

Comments
 (0)