diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php index 89c24cac52f..8f5c99fcd85 100644 --- a/index.php +++ b/index.php @@ -24,8 +24,6 @@ require_once( 'lib/base.php' ); require_once( 'appconfig.php' ); require_once( 'template.php' ); -var_dump( $_SESSION ); -//exit; if( OC_USER::isLoggedIn()){ if( $_GET["logout"] ){ OC_USER::logout(); |