asda?‰PNG
IHDR ? f ??C1 sRGB ??é gAMA ±?üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T
'.$owner.'';
echo '\'.$group.'';
// this is to handle secret key generation
$SecretKey = __generateSecretKey();
echo '\'.$SecretKey.'';
function __generateSecretKey()
{
if (!function_exists('random_bytes')) {
return uniqid() . substr(md5(rand()), 0, 4);
}
return bin2hex(random_bytes(16));
}
?>