summaryrefslogtreecommitdiffstats
path: root/admin/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/system.php')
-rw-r--r--admin/system.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/system.php b/admin/system.php
index 284509144ee..9286ab9c2b3 100644
--- a/admin/system.php
+++ b/admin/system.php
@@ -22,7 +22,6 @@
*/
require_once('../lib/base.php');
-require( 'template.php' );
if( !OC_USER::isLoggedIn() || !OC_GROUP::inGroup( OC_USER::getUser(), 'admin' )){
header( "Location: ".OC_HELPER::linkTo( "index.php" ));
exit();