summaryrefslogtreecommitdiffstats
path: root/docs/skeleton/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'docs/skeleton/admin.php')
-rw-r--r--docs/skeleton/admin.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/skeleton/admin.php b/docs/skeleton/admin.php
index aaf6136692d..723c7f7612b 100644
--- a/docs/skeleton/admin.php
+++ b/docs/skeleton/admin.php
@@ -31,9 +31,6 @@ require_once('../lib/base.php');
// We need the file system although we said do not load it! Do it by hand now
OC_UTIL::setupFS();
-// We load OC_TEMPLATE, too. This one is not loaded by base
-require( 'template.php' );
-
// The user should have admin rights. This is an admin page!
if( !OC_USER::isLoggedIn() || !OC_USER::ingroup( $_SESSION['username'], 'admin' )){
// Bad boy! Go to the very first page of owncloud