Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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
commitebb28412ca47889019aa4c0f278fe3b9097996f8 (patch)
treecdb3f96d96d2076b2f7f1c32ad0d382f72ee3742 /settings/admin.php
parentdaf41885e5481b80b15b4b2987f071608b7ad235 (diff)
no more require_once()
Diffstat (limited to 'settings/admin.php')
-rwxr-xr-xsettings/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/admin.php b/settings/admin.php
index 8788de940b3..351c8a3fff1 100755
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -5,7 +5,7 @@
* See the COPYING-README file.
*/
-require_once('../lib/base.php');
+require_once '../lib/base.php';
OC_Util::checkAdminUser();
OC_Util::addStyle( "settings", "settings" );