diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/index.php b/settings/index.php index 07adba142d6..17c878b1a25 100644 --- a/settings/index.php +++ b/settings/index.php @@ -1,7 +1,6 @@ <?php require_once('../lib/base.php'); -require( 'template.php' ); if( !OC_USER::isLoggedIn()){ header( "Location: ".OC_HELPER::linkTo( "index.php" )); exit(); |