add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

20
telegram.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
/*
Template Name: Telegram
*/
//die;
header("Location: tg://resolve?domain=https://tele.click/profile_newzzz");
if(get_current_user_id() != 1){
die;
}
var_dump($_POST);
var_dump($_GET);
var_dump($_REQUEST);
exit;
?>