/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
backup
/
helpers
/
/home/techb158/immovalet.com/platform/plugins/backup/helpers
mkdir
upload
Name
Size
Mode
Actions
constants.php
336
0644
edit
dl
rm
helpers.php
332
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/backup/helpers/helpers.php
(332B)
<?php if (!function_exists('get_backup_size')) { /** * @param string $key * @return int */ function get_backup_size($key) { $size = 0; foreach (File::allFiles(storage_path('app/backup/' . $key)) as $file) { $size += $file->getSize(); } return $size; } }
Save
cmd:
run