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
path: root/tattoo
diff options
context:
space:
mode:
authorLuc Didry <luc@didry.org>2013-03-24 13:31:24 +0400
committerLuc Didry <luc@didry.org>2013-03-26 01:34:11 +0400
commitc1ccd206f1b302b86964459785505e611c3bace8 (patch)
tree2ddcde5b6bbcc206cecd4b0a1409b4e07e429137 /tattoo
parent4cc88a6270563957e9c543788fe632e4bd73184d (diff)
Remove unneeded and broken require
Diffstat (limited to 'tattoo')
-rw-r--r--tattoo/ajax/bg.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tattoo/ajax/bg.php b/tattoo/ajax/bg.php
index e755991f4..c06b387d3 100644
--- a/tattoo/ajax/bg.php
+++ b/tattoo/ajax/bg.php
@@ -1,8 +1,5 @@
<?php
-// Init owncloud
-require_once '../../../lib/base.php';
-
// Check if we are a user
OCP\JSON::checkLoggedIn();