Skip to content

Commit

Permalink
Merge pull request #900 from sumitwebkul/dashboard_issues_final
Browse files Browse the repository at this point in the history
Fixed: Dashboard stats issues and also improved the view of the dashboard
  • Loading branch information
rohit053 authored Mar 14, 2024
2 parents 1c05375 + 647dca8 commit b9731bb
Show file tree
Hide file tree
Showing 36 changed files with 2,003 additions and 1,746 deletions.
29 changes: 29 additions & 0 deletions admin/themes/default/css/partials/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php
/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
* @author Webkul IN <[email protected]>
* @copyright 2010-2023 Webkul IN
* @license https://store.webkul.com/license.html
*/

header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');

header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');

header('Location: ../../../');
exit;
1 change: 1 addition & 0 deletions admin/themes/default/css/partials/ndv3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b9731bb

Please sign in to comment.