diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-10-17 04:09:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-17 04:09:45 +0200 |
| commit | dcfe9b642dafc6a69b091919f9756b8ff0c32a85 (patch) | |
| tree | 52b8e2b3cc377a6a4b47f9b9c51cfb64ba71db7c | |
| parent | a64e2a6c9ee1d1c1dc4d97fa921659e0afac47d2 (diff) | |
| download | yamnweb-dcfe9b642dafc6a69b091919f9756b8ff0c32a85.tar.gz yamnweb-dcfe9b642dafc6a69b091919f9756b8ff0c32a85.tar.xz yamnweb-dcfe9b642dafc6a69b091919f9756b8ff0c32a85.zip | |
Update email gateway and remailer file references
| -rw-r--r-- | index.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ <?php /** - * YAMN Web Interface - Secure Anonymous Email Gateway - * All traffic routed through Tor - No exceptions + * YAMN Web Interface - Email Gateway + * All traffic routed through Tor */ // Disable all error display @@ -9,7 +9,7 @@ ini_set('display_errors', 0); error_reporting(0); // Load remailer downloader to populate select options -require_once 'downloadRemailers_secure.php'; +require_once 'download_remailers.php'; $downloader = new SecureRemailerDownloader(); $remailerList = $downloader->getRemailerList(); @@ -298,7 +298,7 @@ if (empty($remailers)) { <p><strong>STATUS:</strong> System operational. Tor connection verified. No logs retained.</p> </div> - <form action="send_secure.php" method="POST"> + <form action="send_email_with_tor.php" method="POST"> <!-- REMAILER CHAIN CONFIGURATION --> <div class="form-section"> <div class="section-title">[ Chain Configuration ]</div> |
