aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/chooseaddressbook.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/ajax/chooseaddressbook.php')
-rw-r--r--apps/contacts/ajax/chooseaddressbook.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/contacts/ajax/chooseaddressbook.php b/apps/contacts/ajax/chooseaddressbook.php
deleted file mode 100644
index 9088a4e9d7d..00000000000
--- a/apps/contacts/ajax/chooseaddressbook.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * Copyright (c) 2011 Thomas Tanghus <thomas@tanghus.net>
- * This file is licensed under the Affero General Public License version 3 or
- * later.
- * See the COPYING-README file.
- */
-
-
-OCP\JSON::checkLoggedIn();
-OCP\JSON::checkAppEnabled('contacts');
-
-$output = new OCP\Template("contacts", "part.chooseaddressbook");
-$output -> printpage();