typo fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
laci
2024-07-04 19:36:19 +02:00
parent bc5dc558e8
commit c12bf76d67

View File

@@ -34,7 +34,7 @@ if ($_POST["vpn"]=="yes") {
if ($_POST["discovery"]=="yes") {
if ($_POST["DISCOVERY_DIR"] == "" ) $_POST["DISCOVERY_DIR"]="/usr/local/bin/";
if (substr($_POST["DISCOVERY_DIR"],0,1)!="/") {
echo "The path must be absolute, for example /usr/local/bin/. Please type it again."
echo "The path must be absolute, for example /usr/local/bin/. Please type it again.";
exit;
}
if ($_POST["DISCOVERY_CONFIG_FILE"] == "" ) $_POST["DISCOVERY_CONFIG_FILE"]="discovery.conf";