Skip to content

Instantly share code, notes, and snippets.

View Cho202's full-sized avatar
:octocat:
financial

Powerpool Cho202

:octocat:
financial
View GitHub Profile
<?php
define('BOT_TOKEN', 'XXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXX'); // place bot token of your bot here
function checkTelegramAuthorization($auth_data) {
$check_hash = $auth_data['hash'];
unset($auth_data['hash']);
$data_check_arr = [];
foreach ($auth_data as $key => $value) {
$data_check_arr[] = $key . '=' . $value;
@Cho202
Cho202 / SassMeister-input.scss
Last active February 28, 2024 12:15 — forked from mjsxi/SassMeister-input.scss
Generated by SassMeister.com.
// email config Futruekhonkaen2022@gmail.com
// libsass (v3.2.5)
// ----
/* first test */
$small: nothing; // fallback for images not uploaded
@mixin testSmall($s: null) {