diff options
Diffstat (limited to 'log/index.php')
-rw-r--r-- | log/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/log/index.php b/log/index.php index 4986526e007..096180347e5 100644 --- a/log/index.php +++ b/log/index.php @@ -23,7 +23,6 @@ //require_once('../../config/config.php'); require_once('../lib/base.php'); -require_once( 'template.php' ); if( !OC_USER::isLoggedIn()){ header( 'Location: '.OC_HELPER::linkTo( 'index.php' )); |