Skip to content

Commit 21f4c6c

Browse files
committed
alter Installer
1 parent 0c403ce commit 21f4c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Installer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ public function install(InstalledRepositoryInterface $repo, PackageInterface $pa
7676

7777
//ME Code ----
7878
$packConfig = $downloadPath.'/Config';
79-
$appConfig = $this->phpDir.'/.php/Config';
79+
$appConfig = $this->phpDir.'/Config';
8080

8181
echo "\n\n\tPackConfig: $packConfig\n\tAppConfig: $appConfig\n\n";
82+
echo "\n\n\tHtmlPath: ".(defined('_HTML') ? _HTML : 'indefinido...')."\n\n";
8283

8384
if(file_exists($packConfig) && is_readable($packConfig)){
8485
echo "\n\t--- Config exists ---";

0 commit comments

Comments
 (0)