소스 검색

Close sessions when doing background jobs

tags/v6.0.0alpha2
Robin Appelman 11 년 전
부모
커밋
d3858e9f96
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      cron.php

+ 2
- 0
cron.php 파일 보기

@@ -48,6 +48,8 @@ function handleUnexpectedShutdown() {
$RUNTIME_NOSETUPFS = true;
require_once 'lib/base.php';

session_write_close();

// Don't do anything if ownCloud has not been installed
if( !OC_Config::getValue( 'installed', false )) {
exit( 0 );

Loading…
취소
저장