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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/index.php')
-rw-r--r--apps/contacts/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/contacts/index.php b/apps/contacts/index.php
index 0b4f89b30c0..a89ffffa9ca 100644
--- a/apps/contacts/index.php
+++ b/apps/contacts/index.php
@@ -73,5 +73,3 @@ $tmpl->assign('addressbooks', $addressbooks);
$tmpl->assign('details', $details );
$tmpl->assign('id',$id);
$tmpl->printPage();
-
-?>