Skip to content

Commit

Permalink
src: fix config.php path setting in filemanager['docker']['files']'
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Nov 11, 2024
1 parent ff32199 commit 326771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ return $cfg = array(
'glftpd.conf' => "glftpd",
'eggdrop.conf' => "glftpd/sitebot",
'ngBot.conf' => "glftpd/sitebot/pzs-ng",
'config.php' => "./",
'config.php' => ".",
),
),
'local' => array(
Expand Down

0 comments on commit 326771a

Please sign in to comment.