summaryrefslogtreecommitdiffstats
path: root/apps/tasks
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-04 17:20:24 +0200
committerBart Visscher <bartv@thisnet.nl>2012-05-04 17:20:24 +0200
commit0006b432f5367deca5b88ce4493a87d44c76c9b9 (patch)
treee8fde38612871f3cdffeb1917eb2bf7a1f119e2c /apps/tasks
parent439467746a64ae3efbe85c08f29e14c823e4a0dc (diff)
downloadnextcloud-server-0006b432f5367deca5b88ce4493a87d44c76c9b9.tar.gz
nextcloud-server-0006b432f5367deca5b88ce4493a87d44c76c9b9.zip
Tasks: Update for movable apps
Diffstat (limited to 'apps/tasks')
-rw-r--r--apps/tasks/ajax/addtask.php1
-rw-r--r--apps/tasks/ajax/addtaskform.php1
-rw-r--r--apps/tasks/ajax/delete.php1
-rw-r--r--apps/tasks/ajax/edittask.php1
-rw-r--r--apps/tasks/ajax/edittaskform.php1
-rw-r--r--apps/tasks/ajax/getdetails.php1
-rw-r--r--apps/tasks/ajax/gettasks.php1
-rw-r--r--apps/tasks/ajax/update_property.php1
-rw-r--r--apps/tasks/index.php1
9 files changed, 0 insertions, 9 deletions
diff --git a/apps/tasks/ajax/addtask.php b/apps/tasks/ajax/addtask.php
index 9f5f382cacf..03eee7c5d9b 100644
--- a/apps/tasks/ajax/addtask.php
+++ b/apps/tasks/ajax/addtask.php
@@ -1,7 +1,6 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/addtaskform.php b/apps/tasks/ajax/addtaskform.php
index e52c9b59329..20797f31aba 100644
--- a/apps/tasks/ajax/addtaskform.php
+++ b/apps/tasks/ajax/addtaskform.php
@@ -1,7 +1,6 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/delete.php b/apps/tasks/ajax/delete.php
index 7b18c70c4fe..6d2868748d1 100644
--- a/apps/tasks/ajax/delete.php
+++ b/apps/tasks/ajax/delete.php
@@ -21,7 +21,6 @@
*/
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/edittask.php b/apps/tasks/ajax/edittask.php
index 4b38bb6c97c..b50a6cee6a3 100644
--- a/apps/tasks/ajax/edittask.php
+++ b/apps/tasks/ajax/edittask.php
@@ -1,7 +1,6 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/edittaskform.php b/apps/tasks/ajax/edittaskform.php
index d5d6c23eb4f..a439a0c0317 100644
--- a/apps/tasks/ajax/edittaskform.php
+++ b/apps/tasks/ajax/edittaskform.php
@@ -1,7 +1,6 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/getdetails.php b/apps/tasks/ajax/getdetails.php
index 34cbc16cc9e..34ddaa7791a 100644
--- a/apps/tasks/ajax/getdetails.php
+++ b/apps/tasks/ajax/getdetails.php
@@ -1,7 +1,6 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/gettasks.php b/apps/tasks/ajax/gettasks.php
index d8a0ae1b74a..aaf80a66776 100644
--- a/apps/tasks/ajax/gettasks.php
+++ b/apps/tasks/ajax/gettasks.php
@@ -7,7 +7,6 @@
*/
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/ajax/update_property.php b/apps/tasks/ajax/update_property.php
index 68fe32637cf..2067dd983ec 100644
--- a/apps/tasks/ajax/update_property.php
+++ b/apps/tasks/ajax/update_property.php
@@ -7,7 +7,6 @@
*/
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');
diff --git a/apps/tasks/index.php b/apps/tasks/index.php
index a9e8c56123a..160fb5a2697 100644
--- a/apps/tasks/index.php
+++ b/apps/tasks/index.php
@@ -8,7 +8,6 @@
* See the COPYING-README file. *
*************************************************/
-require_once ('../../lib/base.php');
OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('tasks');