Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-03-17 20:25:14 +0400
committerTom Needham <needham.thomas@gmail.com>2012-03-17 20:25:14 +0400
commitbc085c3ff40bd7980bb28a20238bf18a754ffba2 (patch)
tree6819a1fe9c4eb04a49d632146bbe8c344aad1308 /apps/admin_export
parent247b25e7a97fcbe8386c63b1318537e669d40480 (diff)
Create new user, create new data dir, copy files, import app data
Diffstat (limited to 'apps/admin_export')
-rw-r--r--apps/admin_export/settings.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/admin_export/settings.php b/apps/admin_export/settings.php
index e7de74f7588..1c98bb552f1 100644
--- a/apps/admin_export/settings.php
+++ b/apps/admin_export/settings.php
@@ -144,7 +144,6 @@ function unlinkRecursive($dir, $deleteRootToo)
return;
}
-
function copy_r( $path, $dest )
{