diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-22 11:45:36 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-22 11:57:58 -0400 |
commit | 25d474579acd4ead174a83b22f1a3d712e6b682a (patch) | |
tree | 94fb2670bb0e9b1dcf0b6d45f2373bea5a98df52 /apps/files_sharing/settings.php | |
parent | 9699ff03bd1a200fc7f73bb29173169d84009e5d (diff) | |
download | nextcloud-server-25d474579acd4ead174a83b22f1a3d712e6b682a.tar.gz nextcloud-server-25d474579acd4ead174a83b22f1a3d712e6b682a.zip |
Removing most of files_sharing, the Share API implemented the majority of it
Diffstat (limited to 'apps/files_sharing/settings.php')
-rw-r--r-- | apps/files_sharing/settings.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_sharing/settings.php b/apps/files_sharing/settings.php deleted file mode 100644 index 7b63a26515a..00000000000 --- a/apps/files_sharing/settings.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -OCP\User::checkAdminUser(); -OCP\Util::addscript('files_sharing', 'settings'); -$tmpl = new OCP\Template('files_sharing', 'settings'); -$tmpl->assign('allowResharing', OCP\Config::getAppValue('files_sharing', 'resharing', 'yes')); -return $tmpl->fetchPage(); - -?>
\ No newline at end of file |