html_process 클래스 싱글톤 적용 #206

This commit is contained in:
thisgun
2022-11-22 16:29:43 +09:00
parent 4c6b833f73
commit 62d0bf5c4e
2 changed files with 50 additions and 24 deletions

View File

@ -841,5 +841,3 @@ header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
header('Pragma: no-cache'); // HTTP/1.0
run_event('common_header');
$html_process = new html_process();