Skip to content

Commit

Permalink
Merge pull request #6545 from lat9/remove-boxes-class
Browse files Browse the repository at this point in the history
Remove unused storefront `boxes.php` class
  • Loading branch information
drbyte committed Jun 18, 2024
2 parents 1ab7e1c + 35c1258 commit 1d25253
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 196 deletions.
5 changes: 0 additions & 5 deletions includes/auto_loaders/config.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* require DIR_WS_CLASSES . 'class.notifier.php';
* $zco_notifier = new notifier()'
* require DIR_WS_CLASSES . 'class.phpmailer.php';
* require DIR_WS_CLASSES . 'boxes.php';
* require DIR_WS_CLASSES . 'category_tree.php';
* require DIR_WS_CLASSES . 'cache.php';
* require DIR_WS_CLASSES . 'sniffer.php';
Expand Down Expand Up @@ -48,10 +47,6 @@
'autoType' => 'class',
'loadFile' => 'class.phpmailer.php',
];
$autoLoadConfig[0][] = [
'autoType' => 'class',
'loadFile' => 'boxes.php',
];

//- zcPassword class loaded via psr4Autoload.php
$autoLoadConfig[0][] = [
Expand Down
191 changes: 0 additions & 191 deletions includes/classes/boxes.php

This file was deleted.

0 comments on commit 1d25253

Please sign in to comment.