통합 서버 관리자의 파일 경로 코드를 문자열로 변경.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
<?php
|
||||
require(__dir__.'/../vendor/autoload.php');
|
||||
|
||||
function SetHeaderNoCache(){
|
||||
if(!headers_sent()) {
|
||||
header('Cache-Control: no-cache, no-store, must-revalidate'); // HTTP 1.1.
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
}
|
||||
}
|
||||
|
||||
function CustomHeader() {
|
||||
//FIXME: 왜 Contect-Type이 text/html로 고정이지?!
|
||||
if(!headers_sent()) {
|
||||
|
||||
Reference in New Issue
Block a user