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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-07 16:20:58 +0400
committerBart Visscher <bartv@thisnet.nl>2012-09-07 16:24:56 +0400
commita5a053b27ccd36905281c18663a0260635b492a7 (patch)
tree1805abd40caa641988da371323846a638d58ea05 /django_auth
parentd5c4ac4154f2868b35f7bccdbfde5c7da7086df3 (diff)
Remove php close tag from end of file.
See also http://stackoverflow.com/questions/4410704/php-closing-tag
Diffstat (limited to 'django_auth')
-rw-r--r--django_auth/appinfo/app.php1
-rw-r--r--django_auth/settings.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/django_auth/appinfo/app.php b/django_auth/appinfo/app.php
index bebe33448..37b22b597 100644
--- a/django_auth/appinfo/app.php
+++ b/django_auth/appinfo/app.php
@@ -31,4 +31,3 @@ OC_APP::registerAdmin('django_auth','settings');
OC_User::useBackend( 'Django' );
OC_Group::useBackend( new OC_GROUP_DJANGO() );
-?>
diff --git a/django_auth/settings.php b/django_auth/settings.php
index 8b0a841ef..c05e93e9a 100644
--- a/django_auth/settings.php
+++ b/django_auth/settings.php
@@ -40,4 +40,3 @@ $tmpl->assign('staff_is_admin', OC_Appconfig::getValue( 'django_auth', 'staff
$tmpl->assign('superuser_is_admin',OC_Appconfig::getValue( 'django_auth', 'superuser_is_admin', OC_GROUP_BACKEND_DJANGO_SUPERUSER_IS_ADMIN ));
return $tmpl->fetchPage();
-?> \ No newline at end of file