Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove orphan directory and code #1666

Closed
kiatng opened this issue May 30, 2021 · 1 comment
Closed

Remove orphan directory and code #1666

kiatng opened this issue May 30, 2021 · 1 comment
Labels

Comments

@kiatng
Copy link
Contributor

kiatng commented May 30, 2021

  • Directory includes in the root is used by the compiler, which was removed in PR removed Mage_Compiler #534.
  • Code that reference it should be removed

/**
* Compilation includes configuration file
*/
$compilerConfig = 'includes/config.php';
if (file_exists($compilerConfig)) {
include $compilerConfig;
}

@addison74
Copy link
Contributor

You may close this one if there is already a PR for it.

@kiatng kiatng closed this as completed Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants