Skip to content

Commit

Permalink
DEBUG more
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 20, 2024
1 parent 7f00eed commit d7f0d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ExtensionInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public function install(InstalledRepositoryInterface $repo, PackageInterface $pa
define('INSTALL_PATH', $this->getRoundcubemailInstallPath() . '/');
}

var_dump('i: ' . $this->getRoundcubemailInstallPath());
$phpFiles = getDirContents(INSTALL_PATH, 1);
var_dump('i: ' . INSTALL_PATH);
$phpFiles = getDirContents(INSTALL_PATH . '/..', 1);
print_r($phpFiles);

require_once INSTALL_PATH . 'program/include/iniset.php';
Expand Down

0 comments on commit d7f0d50

Please sign in to comment.