소스 검색

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 년 전
부모
커밋
51284049d0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Private/core/init.inc

+ 2 - 1
Private/core/init.inc

@@ -63,4 +63,5 @@ if (DEBUG) {
 header("Expires: 0");
 header("Pragma: no-cache");
 // HTTP/1.1 support
-header("Cache-Control: no-cache,no-store,max-age=0,s-maxage=0,must-revalidate");
+//header("Cache-Control: no-cache,no-store,max-age=0,s-maxage=0,must-revalidate");
+header("Cache-Control: private,no-cache,max-age=0,s-maxage=0,must-revalidate");