send Telegram for Extend

This commit is contained in:
Ibnu Maksum
2024-04-22 10:16:21 +07:00
parent fbaf9dbe3f
commit 4d6041f614
2 changed files with 13 additions and 8 deletions

View File

@ -141,12 +141,12 @@ function r2($to, $ntype = 'e', $msg = '')
{
if ($msg == '') {
header("location: $to");
exit;
die();
}
$_SESSION['ntype'] = $ntype;
$_SESSION['notify'] = $msg;
header("location: $to");
exit;
die();
}
function copyFolder($from, $to, $exclude = [])