Skip to content

Commit d3aaf3f

Browse files
committed
conflicts resolved
2 parents 730d03e + 321284e commit d3aaf3f

File tree

116 files changed

+4452
-3078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+4452
-3078
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
/**
3+
* 2010-2023 Webkul.
4+
*
5+
* NOTICE OF LICENSE
6+
*
7+
* All right is reserved,
8+
* Please go through this link for complete license : https://store.webkul.com/license.html
9+
*
10+
* DISCLAIMER
11+
*
12+
* Do not edit or add to this file if you wish to upgrade this module to newer
13+
* versions in the future. If you wish to customize this module for your
14+
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
15+
*
16+
* @author Webkul IN <support@webkul.com>
17+
* @copyright 2010-2023 Webkul IN
18+
* @license https://store.webkul.com/license.html
19+
*/
20+
21+
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
22+
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
23+
24+
header('Cache-Control: no-store, no-cache, must-revalidate');
25+
header('Cache-Control: post-check=0, pre-check=0', false);
26+
header('Pragma: no-cache');
27+
28+
header('Location: ../../../');
29+
exit;

admin/themes/default/css/partials/ndv3.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)