From 69ee0efc0b355c33ec566cffb36c4b0dc429c338 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 17 Apr 2012 19:31:29 +0200 Subject: remove the require_once lib base from all (or nearly all) files --- files/ajax/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ajax/download.php') diff --git a/files/ajax/download.php b/files/ajax/download.php index 39852613ab9..65c04c36faf 100644 --- a/files/ajax/download.php +++ b/files/ajax/download.php @@ -25,7 +25,7 @@ $RUNTIME_APPTYPES=array('filesystem'); // Init owncloud -require_once('../../lib/base.php'); + // Check if we are a user OC_Util::checkLoggedIn(); -- cgit v1.2.3