changed a bit in cyberhex add client to provide user with install.bat

This commit is contained in:
jakani24
2024-02-18 15:36:06 +01:00
parent 48884fddb3
commit a6290d5404
3 changed files with 22 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ include "../../../config.php";
fclose($fp);
echo("<a href='/export/secrets.txt' download>Download config file1</a>");
echo("<a href='/export/setup.txt' download>Download config file2</a>");
echo("<a href='/installer.exe' download>Download installer</a>");
echo("<a href='/install.bat' download>Download installer</a>");
}
?>
</div>