Skip to content

Commit

Permalink
src: change mode setting in 'docker' in config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Nov 11, 2024
1 parent 326771a commit a04bc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

return $cfg = array(
'auth' => "basic",
'mode' => "local",
'mode' => "docker",
'show_more_opts' => false,
'show_alerts' => true,
'max_items' => 10,
Expand Down 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 a04bc2b

Please sign in to comment.