/
home
/
techb158
/
immovalet.com
/
vendor
/
starkbank
/
ecdsa
/
src
/
utils
/
/home/techb158/immovalet.com/vendor/starkbank/ecdsa/src/utils
mkdir
upload
Name
Size
Mode
Actions
file.php
243
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/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