mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Correct root dir in php_tar.
This commit is contained in:
parent
4fac5baedd
commit
adce6f19c4
2 changed files with 5 additions and 5 deletions
|
@ -88,7 +88,7 @@ class Archive {
|
|||
|
||||
// POSIX.1-1988 UStar implementation, by @TvdW
|
||||
|
||||
$root_path = $this->app->get_root_abs_path();
|
||||
$root_path = $this->app->get_abs_path();
|
||||
|
||||
// Build a list of filesizes so we can predict the total size
|
||||
$filesizes = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue