/
var
/
www
/
doncode.com.ua
/
www
/
lib
/
sendgrid
/
vendor
/
starkbank
/
ecdsa
/
src
/
utils
/
/var/www/doncode.com.ua/www/lib/sendgrid/vendor/starkbank/ecdsa/src/utils
mkdir
upload
Name
Size
Mode
Actions
file.php
243
0644
edit
dl
rm
Edit:
/var/www/doncode.com.ua/www/lib/sendgrid/vendor/starkbank/ecdsa/src/utils/file.php
(243B)
<?php namespace EllipticCurve\Utils; class File { static function read($path, $mode="r") { $file = fopen($path, $mode); $content = fread($file, filesize($path)); fclose($file); return $content; } } ?>
Save
cmd:
run