Skip to content

Commit

Permalink
Update index.php: Restore DisplayAuthConfig() arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 31, 2024
1 parent 0b9e6c9 commit c6139f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function DisplayTorProxyConfig() {}
</li>
<li>
<a href="index.php?page=support"><i class="fa fa-question fa-fw"></i> Getting Support</a>
</li>
</li>
<li>
<span onclick="switchTheme()"><i class="fa fa-moon fa-fw"></i> Light/Dark mode</span>
</li>
Expand Down Expand Up @@ -441,7 +441,7 @@ function DisplayTorProxyConfig() {}
break;
case "auth_conf":
include_once('includes/admin.php');
DisplayAuthConfig($adminUser, $adminPassword);
DisplayAuthConfig($config['admin_user'], $config['admin_pass']);
break;
case "system":
include_once('includes/system.php');
Expand Down Expand Up @@ -479,7 +479,7 @@ function DisplayTorProxyConfig() {}
include_once('includes/module.php');
DisplayModule();
break;
case "support":
case "support":
include_once('includes/support.php');
break;

Expand Down

0 comments on commit c6139f1

Please sign in to comment.