diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 08:45:27 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:29:43 +0200 |
commit | 0365f8fd017bef03c832d4c18224c305cdc0b81f (patch) | |
tree | e36f976b32f11e35bf716976a6517fb7bd399e23 /apps/user_webdavauth/user_webdavauth.php | |
parent | 0e58800016419daf3b2d032136415a5fe9d6331f (diff) | |
download | nextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.tar.gz nextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.zip |
Remove php close at end of file
Diffstat (limited to 'apps/user_webdavauth/user_webdavauth.php')
-rwxr-xr-x | apps/user_webdavauth/user_webdavauth.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_webdavauth/user_webdavauth.php b/apps/user_webdavauth/user_webdavauth.php index 4490b1e4519..571aca2f70f 100755 --- a/apps/user_webdavauth/user_webdavauth.php +++ b/apps/user_webdavauth/user_webdavauth.php @@ -81,5 +81,3 @@ class OC_USER_WEBDAVAUTH extends OC_User_Backend { return $returnArray; } } - -?> |