1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-18 14:52:10 +01:00

remove the require_once lib base from all (or nearly all) files

This commit is contained in:
Georg Ehrke 2012-04-17 19:31:29 +02:00
parent 349597c8b7
commit 64cbfbadd6
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
*
*/
require_once('../../lib/base.php');
// Check if we are a user
OC_Util::checkLoggedIn();

View File

@ -24,7 +24,7 @@
//no apps or filesystem
$RUNTIME_NOSETUPFS=true;
require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();

View File

@ -24,7 +24,7 @@
//no apps or filesystem
$RUNTIME_NOSETUPFS=true;
require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();

View File

@ -24,7 +24,7 @@
//no apps or filesystem
$RUNTIME_NOSETUPFS=true;
require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();

View File

@ -24,7 +24,7 @@
//no apps or filesystem
$RUNTIME_NOSETUPFS=true;
require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();

View File

@ -25,7 +25,7 @@
//no apps or filesystem
$RUNTIME_NOSETUPFS=true;
require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();

View File

@ -21,7 +21,7 @@
*
*/
require_once('../../lib/base.php');
// Check if we are a user
OC_Util::checkLoggedIn();