summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/settings.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 08:45:27 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:29:43 +0200
commit0365f8fd017bef03c832d4c18224c305cdc0b81f (patch)
treee36f976b32f11e35bf716976a6517fb7bd399e23 /apps/user_webdavauth/settings.php
parent0e58800016419daf3b2d032136415a5fe9d6331f (diff)
downloadnextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.tar.gz
nextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.zip
Remove php close at end of file
Diffstat (limited to 'apps/user_webdavauth/settings.php')
-rwxr-xr-xapps/user_webdavauth/settings.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/user_webdavauth/settings.php b/apps/user_webdavauth/settings.php
index 5bd1af53c92..1b80b1bba34 100755
--- a/apps/user_webdavauth/settings.php
+++ b/apps/user_webdavauth/settings.php
@@ -34,7 +34,3 @@ $tmpl = new OC_Template( 'user_webdavauth', 'settings');
$tmpl->assign( 'webdav_url', OC_Config::getValue( "user_webdavauth_url" ));
return $tmpl->fetchPage();
-
-
-
-?>