Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 22, 2024
1 parent faf6831 commit 1ed46c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /www/cescoleaks/
server-dir: /www/asterjdm/cescoleaks/
local-dir: ./
dry-run: false
4 changes: 2 additions & 2 deletions api/sendMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

$userMsg = $_GET['msg'];
$clientIP = getClientIp();
$msg = "Le message du débile en question : $userMsg\n Son IP (on sais jamais) $clientIP";
$msg = "Le message: $userMsg\n Son IP (on sais jamais) $clientIP";

for ($i = 0; $i < count(EMAILS); $i++) {
mail(EMAILS[$i], "CESCOLEAKS: Ya un débile qui nous envoi un message", $msg);
mail(EMAILS[$i], "CESCOLEAKS: message", $msg);
}

if (isset($_GET["return"])) {
Expand Down

0 comments on commit 1ed46c7

Please sign in to comment.