Skip to content

Commit

Permalink
Update Proff.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstPlayerCoonfurm authored Aug 21, 2023
1 parent abaeded commit ee49f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Proff.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
{
header("Location: bron.php");

$botToken = '6570973513:AAHm8b_BRZvkdwlwIuMy67GruKtan_tDy4g';
$chatId = '-1001913267026';
$botToken = '';
$chatId = '';
$message = 'Новое бронирование в дом Профессор от ' . $full_name . ' На период c ' . $start_date . ' по ' . $end_date;

$url = "https://api.telegram.org/bot{$botToken}/sendMessage?chat_id={$chatId}&text={$message}";
Expand All @@ -73,4 +73,4 @@
$conn->close();
}
}
?>
?>

0 comments on commit ee49f8c

Please sign in to comment.