diff options
Diffstat (limited to 'apps/files_external/ajax/removeMountPoint.php')
-rw-r--r-- | apps/files_external/ajax/removeMountPoint.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/ajax/removeMountPoint.php b/apps/files_external/ajax/removeMountPoint.php index a96601b4d05..aa446426202 100644 --- a/apps/files_external/ajax/removeMountPoint.php +++ b/apps/files_external/ajax/removeMountPoint.php @@ -11,5 +11,3 @@ if ($_POST['isPersonal'] == 'true') { $isPersonal = false; } OC_Mount_Config::removeMountPoint($_POST['mountPoint'], $_POST['mountType'], $_POST['applicable'], $isPersonal); - -?> |