Order allow,deny
Deny from all
EOD;
fwrite($f, $str);
fclose($f);
//-------------------------------------------------------------------------------------------------
// CSS 설정 파일 생성
$css_data_path = $data_path . "/css";
$file = $css_data_path . '/_design.config.css';
$f = @fopen($file, 'a');
?>