mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
* Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories
This commit is contained in:
@ -268,7 +268,7 @@ switch($cmd)
|
||||
}
|
||||
die("\n/ NOT mounted with 'storage=db' --> no need to convert!\n\n");
|
||||
}
|
||||
$num_files = sqlfs_stream_wrapper::migrate_db2fs(); // throws exception on error
|
||||
$num_files = sqlfs_utils::migrate_db2fs(); // throws exception on error
|
||||
echo "\n$num_files files migrated from DB to filesystem.\n";
|
||||
$new_url = preg_replace('/storage=db&?/','',$fstab['/']);
|
||||
if (substr($new_url,-1) == '?') $new_url = substr($new_url,0,-1);
|
||||
|
Reference in New Issue
Block a user