mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-31 12:36:57 +08:00
parent
c62fc5b818
commit
b93e8e1751
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ class StaticHtmlOutput {
|
|||
foreach($files as $item){
|
||||
if($item != '.' && $item != '..'){
|
||||
if(is_dir($dir.'/'.$item)) {
|
||||
FolderToDropbox($dir.$item, $dbxClient, $siteroot, $dropboxFolder);
|
||||
FolderToDropbox($dir.'/'.$item, $dbxClient, $siteroot, $dropboxFolder);
|
||||
} else if(is_file($dir.'/'.$item)) {
|
||||
$clean_dir = str_replace($siteroot, '', $dir.'/'.$item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue