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:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-06 01:28:59 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-06 01:28:59 +0400
commit47d6a85dfc061f1e155c3e6329484a93d87969d0 (patch)
treef201c96deb90b927a36400c6478aef0369f7b2cb /tattoo
parentd1a85461e7afe22705fa23a5efc0959ca5bc9206 (diff)
no more require_once()
Diffstat (limited to 'tattoo')
-rw-r--r--tattoo/ajax/bg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tattoo/ajax/bg.php b/tattoo/ajax/bg.php
index 16e58bab3..1a504620e 100644
--- a/tattoo/ajax/bg.php
+++ b/tattoo/ajax/bg.php
@@ -1,7 +1,7 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
+require_once '../../../lib/base.php';
// Check if we are a user
OC_JSON::checkLoggedIn();