X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/plugins/backup/helpers
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
plugins
/
backup
/
helpers
/
📁
..
📄
constants.php
(336 B)
📄
helpers.php
(332 B)
Editing: helpers.php
<?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; } }
Upload File
Create Folder